JRNLocalNotificationCenter icon indicating copy to clipboard operation
JRNLocalNotificationCenter copied to clipboard

enabledRemoteNotificationTypes is not supported in iOS 8.0 and later

Open ghost opened this issue 9 years ago • 3 comments

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.

ghost avatar Nov 04 '15 19:11 ghost

@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!

jarinosuke avatar Nov 09 '15 01:11 jarinosuke

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 .

ghost avatar Nov 09 '15 01:11 ghost

mixdesign avatar Jan 27 '16 07:01 mixdesign