反应原生设置应用程序图标徽章编号

时间:2018-03-05 08:19:43

标签: ios reactjs react-native push-notification

我通过PushNotificationIOS API在我的IOS应用程序图标上设置了徽章编号。但是,我根本看不到图标上方的数字。没有错误。

componentDidMount() {
    //PushNotificationIOS.requestPermissions(['badge','alert','sound']);
    PushNotificationIOS.setApplicationIconBadgeNumber(10);
    PushNotificationIOS.getApplicationIconBadgeNumber((res)=>{
        console.log(res) //returns 10
    });
}

0 个答案:

没有答案