在 Apple Watch 模拟器上推送通知
Push notifications on Apple Watch Simulator
推送通知会显示在 Apple Watch 模拟器上吗?
我有 运行 一个在 iPhone 5C 上显示推送通知的应用程序。一个 Apple Watch 应用程序作为这个应用程序的目标。
我通常会在这个 iPhone 5C 上收到推送通知,而任何动作都是在直播摄像机前进行的。那么是否可以在Apple Watch Simulator上显示相同的内容?
没有推送通知需要设备令牌,这在模拟器上不可用。
您将收到此消息:"remote notifications are not supported in the simulator"
您需要在设备上进行测试,以测试推送通知。
您可以使用此库来模拟远程通知:https://github.com/acoomans/SimulatorRemoteNotifications
推送通知会显示在 Apple Watch 模拟器上吗? 我有 运行 一个在 iPhone 5C 上显示推送通知的应用程序。一个 Apple Watch 应用程序作为这个应用程序的目标。
我通常会在这个 iPhone 5C 上收到推送通知,而任何动作都是在直播摄像机前进行的。那么是否可以在Apple Watch Simulator上显示相同的内容?
没有推送通知需要设备令牌,这在模拟器上不可用。
您将收到此消息:"remote notifications are not supported in the simulator"
您需要在设备上进行测试,以测试推送通知。
您可以使用此库来模拟远程通知:https://github.com/acoomans/SimulatorRemoteNotifications