android - Warning message while updating apk in playstore -
i have 1 version of app uploaded on playstore.i have upload updated version of app has location based services(fused location),hence have permission check location. while uploading google play shows warning.
! new permissions added warning users have apk version code 14 may need accept 1 or more of android.permission.access_coarse_location , android.permission.access_fine_location permissions, may result in them not upgrading version of app. tip ensure new permissions necessary, , consider mentioning these permissions in what's new in release text.
is prompt or issue need handle?
this means added new permissions app , displayed user when updating. there's chance users decline update if don't see point of new permissions, should think whether permissions necessary , if yes, mention why in changelog.
Comments
Post a Comment