gpt4 book ai didi

ios - 如何在 Apple Watch 中发送推送通知?

转载 作者:可可西里 更新时间:2023-11-01 05:43:44 25 4
gpt4 key购买 nike

我刚刚在我的项目中配置了 WatchKit,在 iPhone 设备中推送通知正常工作,目前我的要求是也通过服务器在 Watch 中发送推送通知...

目前我尝试的是从负载获取通知(静态),我想从服务器获取通知,有人可以帮我吗?

- (void)didReceiveRemoteNotification:(NSDictionary *)remoteNotification withCompletion:(void(^)(WKUserNotificationInterfaceType interface)) completionHandler {

NSDictionary* apsDict = [remoteNotification objectForKey:apsKeyString];

NSString* titleString = [apsDict objectForKey:titleKeyString];
[self.titleLabel setText:titleString];

completionHandler(WKUserNotificationInterfaceTypeCustom);
}

最佳答案

When one of your app’s local or remote notifications arrives on the user’s iPhone, iOS decides whether to display that notification on the iPhone or on the Apple Watch.

因此您无需担心在 Watch 上发送通知,iOS 会为您完成

这是 Answer, I already Posted about this .

此线程也包含 Apple Watch Notification Essentials 帮助链接 Apple

是的,这就是您在 Watch 中使用的(有问题的)收听推送通知的方法

关于ios - 如何在 Apple Watch 中发送推送通知?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31584448/

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