JRNLocalNotificationCenter
JRNLocalNotificationCenter copied to clipboard
enabledRemoteNotificationTypes is not supported in iOS 8.0 and later
This is one of the better libraries I've found so far for handling local notifications on iOS. I'm considering using it in a React Native application I'm working as a base for a native module replacement for PushNotificaitonsIOS
. And though I saw some commits related to iOS 8 support it the 0.0.3
CocoaPod release, my app logs the following message in the Xcode console:
enabledRemoteNotificationTypes is not supported in iOS 8.0 and later
The message is related to the following LOC: JRNLocalNotificationCenter.m#L276.
@jhabdas Hi! thanks a lot for using this library. I've forgot updates you mentioned. I promise I will update this library in this month. So if you have any questions about updates, ask me!
The solid benefit this library has over the existing solution is simulator support. That's very useful. On Sun, Nov 8, 2015 at 7:10 PM Naoki Ishikawa [email protected] wrote:
@jhabdas https://github.com/jhabdas Hi! thanks a lot for using this library. I've forgot updates you mentioned. I promise I will update this library in this month. So if you have any questions about updates, ask me!
— Reply to this email directly or view it on GitHub https://github.com/jarinosuke/JRNLocalNotificationCenter/issues/8#issuecomment-154895444 .