Reputation: 449
I have this message in my applications dashboard
For many days I´ve been trying to upload my app to Play Store but they rejected my app twice. They told me that they dont found main function of my app. The 2 times that I´ve received a mail was like this:
The first time that they rejected my app I just change permissions like they want. They also reject my app anyways.
Now is the third time that I summit the app I know that Play Console spends hours checking apps but after summit my app by third attempt in console appear directly "App rejected" instead of "pending of publish":
Now my cuestion is: ¿there is a limit of rejections to get banned?
Permissions in Manifests:
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.SEND_SMS" />
<uses-permission android:name="android.permission.CALL_PHONE"/>
<uses-permission android:name="android.permission.INTERNET" />
I´ll appretiate any help.
Upvotes: 0
Views: 401
Reputation: 290
if your app requires login then please provide a login credential so that Google can do the login and check the main functionality this is the main reason behind app rejection from Google's side.
Upvotes: 1