Tencent-RTC / Tencent-RTC/TUICallKit
[iOS] On Xcode 26.0.1 getting UserSig verification Failed error
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 249
- Forks
- 170
- PR merge metrics
- No merged PRs in 30d
Description
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
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the TUILogin.login entry point and reproduce the UserSig verification failure with Xcode 26.0.1 in Release and Debug configurations. Compare the SDKAppID and UserSig inputs in both configurations; done means Release login succeeds without error 70009.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- authentication, mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100