ios SDK 3.6.0 and iOS 10 support
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