App status: Rejected - Your app has been rejected and wasn't published due to a policy violation.
See original GitHub issue[READ] Step 1: Are you in the right place?
YES
[REQUIRED] Step 2: Describe your environment
- Android Studio version: 4.0.1
- Firebase Component: // firebase implementation ‘com.google.firebase:firebase-crash:16.2.1’ implementation ‘com.google.firebase:firebase-core:17.4.4’ implementation(‘com.crashlytics.sdk.android:crashlytics:2.10.1’) { transitive = true }
- Component version: _____
[REQUIRED] Step 3:
I have done a new version of my app, I’ve just changed one sentence in a text message.
When I tried to publish my app, I received an email with:
App status: RejectedYour app has been rejected and wasn’t published due to a policy violation. If you submitted an update, the previous version of your app is still available on Google Play. | App status: Rejected | Your app has been rejected and wasn’t published due to a policy violation. If you submitted an update, the previous version of your app is still available on Google Play. |
---|---|---|
App status: Rejected | ||
Your app has been rejected and wasn’t published due to a policy violation. If you submitted an update, the previous version of your app is still available on Google Play. |
There is NO other detail, NO explaination, I searched long time to find this in the Console:
We have detected… Version : 84, SDK : AdMob
And it ask me to change my app in relation with ads.
MY APP DOESN’T HAVE ADS !!!
I will not say it has because it’s NOT…
PLEASE IMPROVE YOUR ERROR MESSAGES, GIVE MORE DETAILS, AND ADD AN EXPLAINATION HOW TO SOLVE THE PROBLEM
MAKE THE CONSOLE MORE READABLE, EASIER TO FIND WHAT MAKES THE APP REJECTED !!!
PLEASE !!!
Steps to reproduce:
YES it is
Relevant Code:
// TODO(you): code here to reproduce the problem
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try to run in your terminal
./gradlew app:dependencies
and check if you have admob thereThank you Carlo, I will try 👍