根据 OneSignal 的网站,只需添加此代码以要求用户允许应用程序接收推送通知:
window.plugins.OneSignal.registerForPushNotifications();
但它没有出现。并且设备无法注册。
document.addEventListener("deviceready", function() {
window.plugins.OneSignal.init( "project_id",
{googleProjectNumber: "null_if_ios",
autoRegister: false},
mobile.didReceiveRemoteNotificationCallBack);
对于 Android,这工作得很好。无需调用 registerForNotifications 函数。