Skip to content

[iOS] On Xcode 26.0.1 getting UserSig verification Failed error #449

@Vaisakhk1990

Description

@Vaisakhk1990

When we try to Login to TRTC we are getting below error Only in Release configuration on Debug configuration everything is working.


code: 70009, error: UserSig verification Failed. The UserSig in use maybe generated by Secret Key from other SDKAppID. Please regenerate UserSig by Secret Key from its own SDKAppID.

Below is the piece of code that we used to login

  TUILogin.login(sdkAppID, userID: userID, userSig: userSig) { [weak self] in

         } fail: { (code, error) in

         }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions