sparrowcode / PermissionsKit

Universal API for request permission and get its statuses.
https://x.com/sparrowcode_ios
MIT License
5.64k stars 462 forks source link

Location Permission is not usable #48

Closed mlch911 closed 6 years ago

mlch911 commented 6 years ago

Press the location permission button and nothing happen, while other permissions like camera ,photo are usable.

xpdavidx commented 6 years ago

I also had this issue, but it happens only after pressing option "while in use", then it stops working. For other permissions it at list open pop-up, which offers to open the settings, but in specified scenario it's not working.

Steps to reproduce:

Actual result:

Expected Result:

mlch911 commented 6 years ago

I found out what was wrong with the permission. You must add all the privacy of location in the info.plist to make the location permission working. And after I add those things, the request button is working nicely.