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
You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set. This file can't be installed on Android 12 or higher. See: developer.android.com/about/versions/12/behavior-changes-12#exported
#437
Open
vaishdev18 opened this issue
Jan 24, 2023
· 0 comments
I was having issue in uploading build on play store
You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set. This file can't be installed on Android 12 or higher. See: developer.android.com/about/versions/12/behavior-changes-12#exported
Solution
found out that I was using old version of react-native-razorpay@2.2.4
upgrading react-native-razorpay to 2.3.0 fixes the issue
The text was updated successfully, but these errors were encountered:
Problem
I was having issue in uploading build on play store
You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set. This file can't be installed on Android 12 or higher. See: developer.android.com/about/versions/12/behavior-changes-12#exported
Solution
found out that I was using old version of react-native-razorpay@2.2.4
upgrading react-native-razorpay to 2.3.0 fixes the issue
The text was updated successfully, but these errors were encountered: