Home > Software engineering >  Google Play Store App Reject - React native
Google Play Store App Reject - React native

Time:02-01

App Reject2I have tried to upload my App on store, My App rejected every time . ** Issues ** : Violation of permission Policy. Requested permissions do not match core functionality of the app You declared Default SMS handler (and any other core functionality usage while default handler) as the core functionality of your app. However, after review, we found that your app does not match the declared use case(s). Learn more about permitted uses and exceptions. Please either: • Make changes to your app so that it meets the requirements of the declared core functionality or, • Select a use case that matches your app’s functionality

CodePudding user response:

Go android folder in your project and locate manefest.xml file in it. Remove all the unnecessary permissions that were generated during project setup.

Google play like it that, you should only ask for permission that your App is using and you must state it in data policy how you are using the data in the App

Make sure you test all the functionalities before you upload.

Google is trying to prevent logic bomb here.

CodePudding user response:

App Core function App core function asking..I used Default SMS handler for first time & another time CRM but till now app reject.

  •  Tags:  
  • Related