analytics-react-native: Google play doesn't allow to submit the application - our app includes non-compliant SDK version
Google play rejected app submission saying that our app includes non-compliant SDK version. They are looking for the android native segmentation library v4.10.1… But your latest version of the library v2.4.0 is still pointed to the v4.9.3 of the native library.
analytics-react-native
version: 2.4.0- React Native version: 0.63.4
- Only in android
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 3
- Comments: 16 (5 by maintainers)
I can confirm we’re receiving this notice as well, definitely hoping for this to get resolved, thanks!
@TharinduKetipe yes. V1.5.2 fixes your original issue too. Make sure you are making a clean build, again it is possible to have leftovers of native dependencies with react native when sending to Google. Also if you did the migration to v2 you will have to switch back your plugins to their v1 equivalents. The initialization code is slightly different between v1 and v2.
I don’t know where this query_all_packages permission is coming from for your app but you should double check your dependencies, native libraries can add permissions to your manifest.
@oscb It’s so disappointed to see that you have closed this issue without fixing it. Event the latest version 2.4.0 is giving this issue. We are having so many problems with upload new versions to Google play on our app. Recently our app has rejected by the google play by quoting the following issue. Can you guys take some actions to this or do I need to open another issue for this?