jpush-RN

2017-05-25  本文已影响55人  以德扶人

而且用官网的代码会提示下面的警告信息:

/Users/vittorio/Desktop/log/ios/log/AppDelegate.m:39:55: 'UIRemoteNotificationTypeBadge' is deprecated:

first deprecated in iOS 8.0 - Use UserNotifications Framework's UNAuthorizationOptions for user notifications

and registerForRemoteNotifications for receiving remote notifications instead.

需要把代码里面的UIRemoteNotificationType改成:UNAuthorizationOption

接口

1.本地推送

2.设置角标

JPushModule.setBadge(0, (success) => {
console.log(success)
});

上一篇下一篇

猜你喜欢

热点阅读