Skip to content

ios SDK 3.6.0 and iOS 10 support

Compare
Choose a tag to compare
@evollu evollu released this 22 Sep 03:45
· 623 commits to master since this release

updated readme guide for iOS setup
fixed issue where initial notification not set correctly in iOS 10
fixed push notification registration for iOS 10

BREAKING CHANGE:
FCM.on('localNotification' is deprecated. all notification will go into FCM.on('notification' and local notification will have a flag local_notification;
xcode 8 is required