iOS - update support iOS 10

1.支持 iOS 10 设备推送。
This commit is contained in:
pikacode
2016-09-22 17:06:30 +08:00
parent 116ac90492
commit 0342577830
4 changed files with 137 additions and 66 deletions
+4 -1
View File
@@ -9,6 +9,9 @@
#import <Cordova/CDV.h>
#define kJPushPluginReceiveNotification @"JPushPluginReceiveNofication"
#define kJPushPluginiOS10ForegroundReceiveNotification @"kJPushPluginiOS10ForegroundReceiveNotification"
#define kJPushPluginiOS10ClickNotification @"kJPushPluginiOS10ClickNotification"
@interface JPushPlugin : CDVPlugin{
@@ -67,7 +70,7 @@
* jpush.setTagsWithAlias 设置标签、别名完成
* jpush.receiveMessage 收到自定义消息
* jpush.receiveNotification 前台收到推送
* jpush.backgoundNotification 后台收到推送
* jpush.backgroundNotification 后台收到推送
*/
@end