问题背景:

应用提交华为渠道审核,审核驳回:发现未调用检测更新接口(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

相关文章:

  • 2021-11-17
  • 2021-08-07
  • 2021-06-14
  • 2021-09-25
  • 2021-12-19
  • 2021-06-08
  • 2021-12-31
  • 2021-05-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案