razorpay / razorpay-flutter

Razorpay Flutter Plugin
MIT License
106 stars 149 forks source link

Android 12 support #266

Open csamprajan opened 2 years ago

csamprajan commented 2 years ago

When I try to export my app's bundle to playstore, I get the following error message:

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

I realized that the issue is caused by razorpay. The solution was already reported to you and you fixed it for android sdk. Please apply the fix to flutter also

https://github.com/razorpay/razorpay-android-sample-app/issues/248

sagnik-sanyal commented 2 years ago

Pls check do you have android exported flag to true in you AndroidManifest.xml file