Reputation: 11
I have whitelisted Application from Rocketchat React Native
1.App runs on Simulator 2. on Acutal Device
When I am trying to upload it on playstore am getting following error error on upload
I have added android:export to all the necessary places ie AndoridManifest.xml/main AndoridManifest.xml/play
Upvotes: 1
Views: 56
Reputation: 598
In your AdroidManifest.xml file you should put android:exported="true"
to the every activity
you have.
Upvotes: 0