【发布时间】:2020-03-14 12:18:59
【问题描述】:
更新到 iOS 13 和 XCode 11.2.1 后,PushNotification 注册事件不再触发。
PushNotifications.addListener(
"registration",
(token: PushNotificationToken) => {
console.log(token);
}
【问题讨论】:
-
请提供插件详情
-
它又开始工作了。我认为 Firebase 目前已关闭
标签: ios firebase ionic-framework notifications push