Google Play下架
Issue with your app
Your app contains content that doesn’t comply with the Device and Network Abuse policy. We found your app is using a non-compliant version of Jiguang Jpush SDK which contains code to download or install applications from unknown sources outside of Google Play.
极光配置:
implementation 'cn.jiguang.sdk:jpush-google:4.0.6' // 此处以JPush 4.0.6 Google Play版本为例
implementation 'cn.jiguang.sdk:jcore-google:2.8.2' // 此处以JCore 2.8.2 Google Play 版本为例。
implementation 'cn.jiguang.sdk.plugin:xiaomi:4.0.6'//版本号和对应的JPush版本号相同
implementation 'cn.jiguang.sdk.plugin:huawei:4.0.6'
implementation 'com.huawei.hms:push:5.3.0.301'
implementation 'cn.jiguang.sdk.plugin:fcm:4.0.6'
implementation 'com.google.firebase:firebase-core:17.4.4'
implementation 'com.google.firebase:firebase-messaging:20.2.3'