-1

Error Your app couldn't be released because the following APKs use sensitive permissions that haven't been declared : 56. If you're attempting a staged roll-out, do a full roll-out instead.

I am not able to move the update apk from Alpha version to production due to above error. I removed all the sensitive permissions in the previous versions itself.What is the meaning of "sensitive permissions that haven't been declared : 56".

I tried doing full roll-out also but still not allowed to release the updated version.

2 Answers2

0

What 3rd party libraries are you using? My guess is, at least one of them asks for permissions you did not declare in your manifest. Also, if you are using flavours, make sure to check the auto-generated, merged manifest. Hope that helps!

Richard R
  • 873
  • 6
  • 20
0

This Reference solved the issue. We have to RETAIN the previous version which we presented the inline permission declaration form. Hope it will help someone to resolve the issue.