Unable To Upload New Apk File To Android Play Store (google Pay)
When I try to upload a new apk version of my app, i get this message: 'La aplicación que has enviado recientemente se ha rechazado por infringir las Políticas del Programa para D
Solution 1:
We had this problem after we upgrade the play service version, the generated manifest in "app/build/intermediates/manifests/full/debug" folder includes the following by default:
<meta-data android:name="com.google.android.gms.wallet.api.enabled" android:value="true" />
You have to exclude the google payment in the gradle build file if you are not using it.
Solution 2:
Contact them:
If you’ve reviewed the policy and feel this rejection may have been in error, please reach out to our policy support team.
Write back to them. If your explanation/justification is valid they will correct the decision. I've had wrong notifications a few times and with proper explanation the issue was resolved.
Post a Comment for "Unable To Upload New Apk File To Android Play Store (google Pay)"