Skip to content
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

not work Security Exception in android 14 #547

Open
Naguchennai opened this issue Jun 9, 2024 · 2 comments
Open

not work Security Exception in android 14 #547

Naguchennai opened this issue Jun 9, 2024 · 2 comments

Comments

@Naguchennai
Copy link

Security Exception in android 14
One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts

@BukhariAtAppsol
Copy link

Did you get the solution? Please post if you found anything.
Thanks.

@BukhariAtAppsol
Copy link

BukhariAtAppsol commented Jul 2, 2024

The issue is with Google's Billing Client library version.
instead of:
implementation 'com.android.billingclient:billing:6.0.0'
use at least 6.0.1
implementation 'com.android.billingclient:billing:6.0.1'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants