Notification syncing issue between iPhone and Apple watch

倖福魔咒の 提交于 2019-12-12 04:05:41

问题


I am working on iOS app in which push notifications comes from web server. I do Apple watch configuration in Xcode by adding new target and make new Provisioning Profiles and use them in Xcode for Apple watch. When i test it some times notification appear on Apple watch some times on iPhone not on both. Any one help


回答1:


The OS determines which device to send the notification to based on a few different factors. Primarily, the Watch will only receive the notification if it is being worn – unless you turn off wrist detection – and the iPhone is locked.



来源:https://stackoverflow.com/questions/31227328/notification-syncing-issue-between-iphone-and-apple-watch

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!