Android: Your recent app submission was rejected for violating the Permissions policy.

I’ve submitted an app recently and got reject by Google.

Your recent app submission was rejected for violating the Permissions policy.

I thing its because it ask for Call Permissions buy my app does not uses any of it.
How can i remove this permission from app or any workaround?

Can someone please recommend anything?

Hey @sahildeliwala,

What SDK version did you build for and can you share what you have in your app.json under android.permissions?

Cheers,

Adam

Hi @adamjnav,

Thanks for replying. Actually yes you’re pointing it out right.
It was having READ_CALLS permission by default.
So, adding android > permissions : (empty array) resolved everything.
And my App is accepted now.

Thanks

2 Likes

Awesome. Glad to hear it!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.