hms-react-native-plugin icon indicating copy to clipboard operation
hms-react-native-plugin copied to clipboard

@hmscore/react-native-hms-scan: Google play policy voilation

Open Kprashanth20 opened this issue 2 years ago • 9 comments

  • react native app gets rejected because of hms SDK used . how could it be fixed? package version : https://www.npmjs.com/package/@hmscore/react-native-hms-scan/v/1.3.1-301 classpath 'com.huawei.agconnect:agcp:1.5.2.300'

Kprashanth20 avatar Jul 25 '22 19:07 Kprashanth20

hi@Kprashanth20 Can you provide the download link of your app in Google Play for us to check?

Xuejiao-Shi avatar Jul 26 '22 02:07 Xuejiao-Shi

@Xuejiao-Shi https://play.google.com/store/search?q=inciflo&c=apps

Kprashanth20 avatar Jul 26 '22 06:07 Kprashanth20

After click the link you provided, we can see that there are many apps. Which one is your app? image Or you can also send your released apk on Google Play to [email protected] for us to check.

Xuejiao-Shi avatar Jul 26 '22 06:07 Xuejiao-Shi

@Xuejiao-Shi https://play.google.com/store/apps/details?id=com.godamwale.inciflo&hl=en_US&gl=US app name is inciflo

Kprashanth20 avatar Jul 26 '22 06:07 Kprashanth20

Thank you for your feedback, it seems like you have integrated analytics in your project, please upgrade them to the latest version:react-native-hms-analytics 6.3.2-301. See more info on HMS Core SDK Version Updates.

Note: Before submitting a release to Google, also need to check the apk in Testing Track on Google Play Console. Ensure that the APK on all channels are using of the latest HMS Core SDK version.

Xuejiao-Shi avatar Jul 26 '22 07:07 Xuejiao-Shi

@Xuejiao-Shi no i am just using react-native-hms-scan, nothing else from hms-core

Kprashanth20 avatar Jul 26 '22 07:07 Kprashanth20

@Kprashanth20 You can try to run the gradlew -q :app:dependencies > dependency-list.txt command in the android directory to see the dependency-list.

Xuejiao-Shi avatar Jul 26 '22 07:07 Xuejiao-Shi

dependency-list.txt @Xuejiao-Shi please check

Kprashanth20 avatar Jul 26 '22 07:07 Kprashanth20

What we checked was the 1.1.6 version apk of the link you provided. Can i confirm what version are you checking? Would you mind send the apk you are checking to [email protected]?

Xuejiao-Shi avatar Jul 26 '22 08:07 Xuejiao-Shi

Hi @Kprashanth20 ,

React Native Scan Plugin has been upgraded to the latest SDK version(2.7.0-302) in which this issue had been resolved. You can find it at npm.

ozcanozgur avatar Oct 14 '22 08:10 ozcanozgur