Google Play审核警告:请注意(com.google.android.gms:play-services-safetynet:17.0.0)(google play审核发布流程)(google play审核多久)

访客 201 0

1. Google在今年6月份发布了一项新政策,放弃了safetynet的使用,并转而采用Play Integrity API。

2.项目本身没有使用过safetynet。

3.采用了Firebase技术。经过调研和分析,我们找到了以下解决方案:

implementation platform('com.google.firebase:firebase-bom:30.2.0')
implementation 'com.google.firebase:firebase-core'
implementation('com.google.firebase:firebase-auth') {
    exclude module: play-services-safetynet
}

参考文献: 

https://stackoverflow.com/questions/72904471/reported-critical-issues-with-version-17-0-0-google-play-warningGoogle Play审核警告:请注意(com.google.android.gms:play-services-safetynet:17.0.0)(google play审核发布流程)(google play审核多久)-第1张图片-谷歌商店上架https://stackoverflow.com/questions/72904471/reported-critical-issues-with-version-17-0-0-google-play-warning

标签: 谷歌商店上架 流程 图片

发表评论 (已有0条评论)

还木有评论哦,快来抢沙发吧~