Reputation: 535
Our app has been removed from Play Store due to policy violation. We have removed all features related to SMS & Call from app and removed permissions from manifest file as well. Now we are unable to create a release on any of the tracks (alpha, beta or production) without selecting core functionality. Every time we try to create new release, it prompts to select any core functionality. But now we do not have any core functionality. Even if we select any 1 and publish, it's getting rejected. Please help how we can create a release without selecting any of the core functionality.
Upvotes: 0
Views: 703
Reputation: 276
You have to delete all previous versions that might have these permissions, including any beta releases. After deleting them, try releasing the new version again. This might help resolve the issue. Thank you.
Upvotes: 2
Reputation: 6752
I had faced also same problems. Be sure to remove all your permissions which is violated by Google Play Console. Now you won't be able to add new release of same package name.Do again with starts.Now Change your project's package name to new package name.Create new Project on Google Console.Now you able to create new release either in Production,Alpha or Beta
I resolved it by doing this.Hope this will help you.Thanks
Upvotes: 1