Google play console said “You can't edit this app until you create a new app release declaring sensitive permissions” how to fix it?

后端 未结 10 886
南方客
南方客 2020-11-30 07:54

I couldn\'t publish my new released on google play console this morning. It has shown,

\"You can\'t edit this app until you create a new

10条回答
  •  暖寄归人
    2020-11-30 08:29

    Was facing issue same kinda issue. It was from Google side in my case.
    Solution:
    If you have production apk(even with no sms permission used) with v225 &
    Internal test track with v900(even with no sms permission used) , then

    You should submit higher version

    i.e. v900+ apk(with no sms permission used ofcourse) to production, this error will be dissappeared and you'll be able to rollout.
    Google should have ignored Internal test track apk in first place but nevertheless this thing worked for me.

提交回复
热议问题