In the release notes of build 2438 it states “iOS: Fix local notifications for iOS 8” however it’s not fully fixed.
When I try to schedule a local notification I get this in the log:
2014-09-19 16:52:58.125 BFG[265:11416] Attempting to schedule a local notification \<UIConcreteLocalNotification: 0x1773c410\>{fire date = Friday, September 19, 2014 at 4:53:58 PM Korean Standard Time, time zone = (null), repeat interval = 0, repeat count = UILocalNotificationInfiniteRepeatCount, next fire date = Friday, September 19, 2014 at 4:53:58 PM Korean Standard Time, user info = (null)} with an alert but haven't received permission from the user to display alerts
Normally, after installing the app on a device I should get a notification popup asking me for Push Notification permission, however no popup is ever displayed. Also, when I check for my app in Settings->Notifications the app is not listed.