-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Play Core Library for Android 14 Compatibility #175
Comments
I have raised a Pull Request for this fix here |
@Durkaen you can use the fix as I have added in the PR |
I will checkout your pull request. |
@Durkaen It seems that you are using the previous version, please checkout and mention your installed in-app-review version & update it to the latest version. Thanks |
@MinaSamir11 I am running on 4.3.3v |
Hey guys, I'm having the same issues as well, any news? I noticed that the PR created for this issue was closed. |
Already fixed in the latest version 4.3.3 & |
Yeah, it's all good :D Google mentioned a list of versions and I didn't notice that the current version is not on that list 😭 |
@HarshitMadhav @MinaSamir11 Hey guys I am on the latest version but still facing issue in android. In the console it shows that it's working but the popup didn’t appear in debug mode and internal testing any solution for it? |
Please read well the readme file, to solve your issue. |
Oh my bad, sorry. I've upgraded to the latest version now, everything's fine. :) |
I'm a little confused, Are we supposed to upgrade this packaged to the latest 4.3.3? Or, are we supposed to use this fix Can anybody please guide? Thank you so much. |
Did you follow the captain instructions or the passenger in the plane 😄 use the latest version. Have a nice day. |
@MinaSamir11 thank you, have a nice day to you too. |
Firstly, thank you for this package @MinaSamir11 and the maintainers!
Issue Description:
There is an important compatibility issue with the current version of the Play Core library (com.google.android.play:core) and the upcoming Android 14 (targetSdkVersion 34).
Problem:
Google has introduced a backwards-incompatible change to broadcast receivers in Android 14 to improve user security. As a result, the current version of the Play Core library (core:1.9.0) is incompatible with targetSdkVersion 34. This incompatibility will cause crashes and other issues in apps targeting Android 14.
Impact:
Target SDK Requirement: From August 31, Google Play requires all new app releases to target Android 14.
Release Block: Apps using the current version of the Play Core library will not be able to release future versions to production or open testing.
User Security: The security improvements in Android 14 are crucial for user protection, and maintaining compatibility is essential.
Required Action:
Please update the Play Core Maven dependency to an Android 14 compatible version. This will ensure that applications using this library can continue to be released on the Google Play Store without any issues.
Reference:
Play Core Migration Guide
The text was updated successfully, but these errors were encountered: