Previously declared permissions (2 permissions) google play app release

半世苍凉 提交于 2019-12-11 15:17:56

问题


I am trying to create a new release with no sensitive permissions asked. but when i go to app releases it shows :`

Previously declared permissions (2 permissions)

android.permission.READ_SMS

android.permission.RECEIVE_SMS`

I deleted all artifact libraries apks drafts . What is the procedure to get rid of it?


回答1:


I solved it.

Go to your artifact Library and check if there is any active artifact which contains these permissions. Now create a build and overwrite those active artifacts with your new build. When every other release track like beta , internal do not contain any sensitive permission, just create a build for production and you will see it gone.



来源:https://stackoverflow.com/questions/55293576/previously-declared-permissions-2-permissions-google-play-app-release

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!