Tencent-RTC / Tencent-RTC/TUICallKit

[iOS] On Xcode 26.0.1 getting UserSig verification Failed error

Open
#449 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.