anjlab / android-inapp-billing-v3

A lightweight implementation of Android In-app Billing Version 3
Other
2.2k stars 536 forks source link

not work Security Exception in android 14 #547

Open Naguchennai opened 5 months ago

Naguchennai commented 5 months ago

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 commented 5 months ago

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

BukhariAtAppsol commented 5 months ago

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'