You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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'
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
The text was updated successfully, but these errors were encountered: