gpt4 book ai didi

ios - 如何在 WatchKit 应用程序中正确测试通知?

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

我发现了一些关于在 WatchKit 应用程序中显示通知的问题:

1) 我想在模拟器中看到短外观界面,但我找不到如何...这可能吗?

2) 我尝试从配对的 iOS 应用程序启动本地通知,而不是通过运行其相关方案直接测试长外观界面。在我正在做的 iOS 应用程序中:

UILocalNotification *localNotification = [[UILocalNotification alloc] init];
localNotification.alertTitle = @"test";
[[UIApplication sharedApplication] presentLocalNotificationNow:localNotification];

但我运行了 WatchKit 应用程序方案,我还在配对的 iPhone 模拟器中打开 iOS 应用程序来执行该代码片段,但我在 Apple Watch 模拟器中什么也看不到...

3) long-look 界面的窗框应该采用您在 Storyboard中设置为 global tint 的颜色,对吗?我总是以默认的灰色获取它...

提前致谢

最佳答案

1) short-look 界面目前没有出现在模拟器中。请记住,模拟器无法像在 iOS 中那样使用完整的操作系统模拟。

2) 模拟器不支持本地通知。您只能使用您的方案和 JSON 负载进行测试。请参阅此开发论坛主题:https://devforums.apple.com/message/1088761#1088761

3) 窗扇颜色单独设置,据我所知接近。您可以在 Storyboard中更改它。

关于ios - 如何在 WatchKit 应用程序中正确测试通知?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29095049/

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