(no title)
cbraz
|
9 years ago
The permission model in Android changed in Android 6.
Apps using the sdk that was released with Android 6 will have to ask users for permissions as well.
I expect that eventually older SDK's will stop working on modern Android.
aroch|9 years ago
iOS does offer a slightly nicer three tiered request strategy over Google's yes|no. iOS let's you grant location access only when the app is active
izacus|9 years ago