Antonio
Antonio

Reputation: 449

Error uploading App: Alert - One of your apps needs attention

I have this message in my applications dashboard

enter image description here

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:

introducir la descripción de la imagen aquí

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":

enter image description here

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

Answers (1)

Kuldeep Rathee
Kuldeep Rathee

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

Related Questions