1

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

Marc
  • 11
  • 2

1 Answers1

0

In your AdroidManifest.xml file you should put android:exported="true" to the every activity you have.

Alija Fajic
  • 556
  • 6
  • 17
  • 1
    I have done that to every activity . Mine issue is similar to https://stackoverflow.com/questions/73297965/uploaded-android-bundle-doesnt-have-androidexported-property-set but there has been no update – Marc Oct 11 '22 at 13:56