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
}