02/25/2025 15:42:56
Problem description
iOS QQ login fails and SDK prompts the configuration error. The error is "Application project configuration error. scheme (tencent (null)) / scheme (tencent (QQ appid)) is not configured. Please check the appid and refer to the SDK usage documentation", as shown in the figure below.
Cause of the problem
Configuration problem
Solution
It is needed to change "{your qq app id}" in schemes configuration in info.plist file to QQ's appid.
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>tencent{your qq app id}</string>
</array>
</dict>
</array>
As for details about the access guide, please refer to: Xcode Project Configuration Fsile info.plist
Copyright © 2025 MSDK.
All rights reserved.
All rights reserved.