Marc
Marc

Reputation: 11

Getting Issue when uploading App on Playstore

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

Answers (1)

Alija Fajic
Alija Fajic

Reputation: 598

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

Upvotes: 0

Related Questions