华为联运游戏或应用审核驳回:未调用检测更新接口(checkAppUpdate)

问题背景:

应用提交华为渠道审核,审核驳回:发现未调用检测更新接口(checkAppUpdate),请按照如下文档要求接入:

https://developer.huawei.com/consumer/cn/doc/development/AppGallery-connect-Guides/appgallerykit-game-update

问题分析及解决方案:

  1. 按照文档要求,检查是否接入检测更新接口:

https://developer.huawei.com/consumer/cn/doc/development/AppGallery-connect-Guides/appgallerykit-app-update

  1. 检查混淆文件配置是否符合文档要求:

https://developer.huawei.com/consumer/cn/doc/development/HMSCore-Guides-V5/config-obfuscation-scripts-0000001050260710-V5

  1. 建议不要对提审apk包做二次封装、加固、限制输出日志等操作;

  2. 打apk包时将调式开关debuggable(在AndroidManifest.xml文件中)设置为true;

  3. 如果对日志做过滤,请输出关键字: UpdateSDK version is:xxx信息日志,这个是审核侧判断是否调用检测更新接口的依据,具体请参考:

https://developer.huawei.com/consumer/cn/doc/development/AppGallery-connect-Guides/appgallerykit-tes

原文链接:https://developer.huawei.com/consumer/cn/forum/topic/0201418586037660528?fid=18
原作者:Mayism

原文地址:https://www.cnblogs.com/developer-huawei/p/14665558.html