gpt4 book ai didi

ionic-framework - 带有电容器的 Ionic 5 推送通知

转载 作者:行者123 更新时间:2023-12-04 11:23:51 24 4
gpt4 key购买 nike

我的 Ionic 5 应用程序想要发送推送通知。我能找到的唯一指南是 Using Push Notifications with Firebase in an Ionic + Angular App

为什么需要 Firebase?我可以在没有 Firebase 的情况下发送推送通知吗?

反正我试过这个设置。我没有走多远。

该指南有以下代码:

    // Request permission to use push notifications
// iOS will prompt user and return if they granted permission or not
// Android will just grant without prompting
PushNotifications.requestPermission().then( result => {
if (result.granted) {
// Register with Apple / Google to receive push via APNS/FCM
PushNotifications.register();
} else {
// Show some error
}
});

但是,Typescript 提示正确的方法是 requestPermissions()不是 requestPermission() .

在 XCode 中运行时两者都失败,可能是因为我没有设置 pod。

Ionic 5 + Capacitor 在没有 Firebase 的情况下发送推送通知有哪些选择?

最佳答案

编辑:
该指南现已更新至电容器 3。
可以找到电容器 2 指南 here
老的:
该指南已更新为电容器 2,但电容器 2 仍处于测试阶段。
使用下一个标签安装它

npm install @capacitor/cli@next
npm install @capacitor/core@next
npm install @capacitor/ios@next
npm install @capacitor/android@next
Capacitor 默认使用 APNS,因此如果您不在 AppDelegate.swift 中进行更改,它应该可以正常工作。

关于ionic-framework - 带有电容器的 Ionic 5 推送通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60823766/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com