文件名称:cordova-plugin-push-notifications-status:Cordova插件可确定用户是否已通过本机iOS设置启用了推送通知设置
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-19 23:40:44
Objective-C
推送通知状态 一个小的Cordova插件,可让您检查用户是否已通过设备的iOS设置允许Cordova应用程序的通知。 调用currentUserNotificationSettings Objective-C方法,并检查响应是否包含UIUserNotificationTypeAlert标志。 用开源时间@ 构建 安装 $ npm install com.nrswolf.cordova.push-notifications-status 用法 PushNotificationsStatus . isPushNotificationsEnabled ( function ( response ) { console . log ( 'Success: ' + response ) ; // response will be either 'true' or 'false' } , fun
【文件预览】:
cordova-plugin-push-notifications-status-master
----README.md(725B)
----package.json(985B)
----src()
--------ios()
----www()
--------PushNotificationsStatus.js(306B)
----plugin.xml(1KB)