05/15/2024 15:19:45

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 © 2024 MSDK.
All rights reserved.

results matching ""

    No results matching ""