Instabug / Instabug-React-Native

In-app feedback and bug reporting tool for React Native
https://instabug.com/platforms/react-native
MIT License
309 stars 100 forks source link

Play Core library used in sdk is incompatible with targetSdkVersion 34 #1237

Closed vinaygregoryjohn183 closed 2 months ago

vinaygregoryjohn183 commented 3 months ago

Got the following email from Play Console: Update your Play Core Maven dependency to an Android 14 compatible version! Your current Play Core library is incompatible with targetSdkVersion 34 (Android 14), which introduces a backwards-incompatible change to broadcast receivers to improve user security. As a reminder, from August 31, Google Play requires all new app releases to target Android 14. Update to the latest Play Core library version dependency to avoid app crashes: https://developer.android.com/guide/playcore#playcore-migration

The sdk is currently using the com.google.android.play:core-common:2.0.2 library which seems to be incompatible with targetSdkVersion 34 (Android 14).

SDK Version

13.1.1

React Native, Android Versions

Android 14

vinaygregoryjohn183 commented 3 months ago

Any update?

stale[bot] commented 2 months ago

This issue has been automatically marked as pending feedback because we need additional information to be able to investigate it further. It will be closed in 7 days if it remains inactive. Thank you for your contributions.

manasbatchservice commented 2 months ago

Getting same warning from google any update?

vinaygregoryjohn183 commented 2 months ago

No updates... @manasbatchservice You are sure that it is this particular package causing the Google play warning right?

manasbatchservice commented 2 months ago

Yes @vinaygregoryjohn183

Run the following command to check all the dependencies listed in the app, and check which one has the com.google.android.play:core dependency, by exporting all the dependencies to a text file dependencies.txt

./gradlew app:dependencies > dependencies.txt

iamFarukh commented 2 months ago

Yes, our mobile app, we are also facing same issue, please fix this ASAP.

stale[bot] commented 2 months ago

This issue has been automatically marked as pending feedback because we need additional information to be able to investigate it further. It will be closed in 7 days if it remains inactive. Thank you for your contributions.

vinaygregoryjohn183 commented 2 months ago

if anyone finds a solution please comment it out here

vinaygregoryjohn183 commented 2 months ago

any updates anyone?

stale[bot] commented 2 months ago

This issue has been automatically marked as pending feedback because we need additional information to be able to investigate it further. It will be closed in 7 days if it remains inactive. Thank you for your contributions.

stale[bot] commented 2 months ago

This issue has been automatically closed since we haven't heard back from you. Please feel free to re-open the issue if you have more information to add.

aj-spanio commented 1 month ago

Still looking for a fix here