This is really new headache for developers
While updating my app to play store with new version code i can't found to fill permission declaration form.
I'm not using SMS and call log permissions any more but still i can't able to update my app.
How I solve this problem hope it helps some one
- First check if you have any alpha,beta or any other active testing tracks.
- If you have then go to artifact library and see how many active artifacts you have.
- Go through permissions of each of them if you find the sms or call log permission in any of them then that means you found the problem.
- Deactivated the track if you can.
- If you can't able to deactivate them create an APK with those permission and upload it to the track which contain APK with those permission previously in the artifact library.
- Then you will see the permission declaration form fill that form choose no when it asked did your app follow Google play store permission policy then roll out your application.
- Then do same for all the active tracks without permission and this time you can choose Yes in declaration form and choose the option for which you use those permission previously I'm using for OTP verification so I choose that one.
- After updating these all tracks you need to promote your app to production one by one with increasing order of version code at last only one active artifact track, only production and now you can update in that track only.
Hope it help some one.......