gpt4 book ai didi

ios - IOS 的混合事件推送通知似乎尚未在 mobilefirst 7.1 上处理

转载 作者:行者123 更新时间:2023-11-28 21:38:56 26 4
gpt4 key购买 nike

尝试在混合应用程序上处理通知。通知到达设备(可以在应用程序关闭时在日志和设备上看到它)但是无法通过该代码处理它:

WL.Client.Push.registerEventSourceCallback(
"myPush",
"PushAdapter",
"PushEventSource",
function (props, payload) {
console.log("received notification - in notifications.js")
alert("moo");
}
);
console.log("registered event source");

当观看 mfp 插件时,似乎缺少 iOS 部分,我该如何处理该通知?

最佳答案

据我了解,您说的问题是推送通知仅在应用程序处于后台时到达设备,但当应用程序处于前台时,应用程序将不会被推送。这只发生在 iOS 上?

尝试使用此示例在 MFP Cordova 应用程序中执行简单的推送,看看您是否仍然遇到同样的问题。 https://github.com/csantanapr/mfp-push-template

iOS 的设置应该非常简单。需要获取 p12 文件,配置 XCode 以使用正确的配置文件签名,在应用描述符中设置 p12 密码,在推送适配器中设置应用 ID。

您可能使用过的有用指南:https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/foundation/notifications/push-notifications-overview/push-notifications-in-hybrid-applications/

关于ios - IOS 的混合事件推送通知似乎尚未在 mobilefirst 7.1 上处理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32839982/

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