Closed ghost closed 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!
Add the corresponding keys in the Info.plist.
Initialize the Notification permission with a set of UIUserNotificationCategory.
thanks
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!