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 900
南方客
南方客 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:11

    This is the list of sensitive permissions that google wants us to include in app before publishing it.

    Also, We got an extension until March 9 2019 from Google about the SMS permissions.

    android.permission.INTERNET
    
    android.permission.ACCESS_NETWORK_STATE
    
    android.permission.BLUETOOTH
    
    android.permission.CAMERA
    
    android.permission.RECEIVE_SMS
    
    android.permission.SEND_SMS
    
    android.permission.READ_SMS
    
    android.permission.VIBRATE
    
    android.permission.WRITE_EXTERNAL_STORAGE
    
    android.permission.READ_EXTERNAL_STORAGE
    
    android.permission.READ_CONTACTS
    
    android.permission.READ_PHONE_STATE
    
    android.permission.USE_CREDENTIALS
    
    android.permission.WRITE_CONTACTS
    
    android.permission.WRITE_SYNC_SETTINGS
    
    android.permission.READ_SYNC_SETTINGS
    
    android.permission.READ_SYNC_STATS
    
    android.permission.AUTHENTICATE_ACCOUNTS
    
    android.permission.GET_ACCOUNTS
    
    android.permission.MANAGE_ACCOUNTS
    
    android.permission.INSTALL_SHORTCUT
    
    android.permission.UNINSTALL_SHORTCUT
    
    android.permission.RECORD_AUDIO
    
    android.permission.MODIFY_AUDIO_SETTINGS
    
    com.android.vending.BILLING
    

提交回复
热议问题