01/10/2025 10:53:00
Problem Description
QQ Share prompts that any app which is not properly authorized or is unofficial cannot share messages to QQ, as shown in the following diagram.
Cause of the Problem
QQ Interconnection verifies Android package name and iOS Bundleid for apps. Failure in the verification may be caused by several reasons, as shown as follows.
1.When the Android package name or iOS Bundleid is not set, the client's pop-up window prompts "The application is not properly authorized". The error codes are as follows
Error code | Enumeration | Description |
---|---|---|
901111 | E_ANDROID_PKG_NOT_SET | Android package name is not set |
901112 | E_IOS_PKG_NOT_SET | iOS bundleid is not set |
901115 | E_APP_PKG_NOT_SET | Application package name is not set |
2.When the Android package name or iOS Bundleid does not match, the client's pop-up window prompts "Unofficial Application". The error codes are as follows
Error code | Enumeration | Description |
---|---|---|
901102 | E_PARAM_ANDROID | Android package name check failed |
901103 | E_PARAM_IOS | iOS bundleid check failed |
Solution
Visit the link below to add or modify something accordingly.
http://wiki.connect.qq.com/加强qq互联移动应用-android包名和-ios-bundleid-校验的通知%EF%BB%BF
All rights reserved.