delba / Permission

A unified API to ask for permissions on iOS
MIT License
2.91k stars 323 forks source link

Problems with .LocationAlways .LocationWhenInUse .Notifications #1

Closed ghost closed 8 years ago

ghost commented 8 years ago

Using .LocationAlways I get: WARNING: NSLocationAlwaysUsageDescription not found in Info.plist

Using .LocationWhenInUse I get: WARNING: NSLocationWhenInUseUsageDescription not found in Info.plist

I am unsure how to .Notifications correctly?

Thanks very handy!

delba commented 8 years ago

Add the corresponding keys in the Info.plist.

Initialize the Notification permission with a set of UIUserNotificationCategory.

ghost commented 8 years ago

thanks