1.Goole在今年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-warning
&spm=1001.2101.3001.5002&articleId=126280209&d=1&t=3&u=73d948631b8f41f5be6d2c13f21d359b)
8749

被折叠的 条评论
为什么被折叠?



