Bluetooth LE and ANCS in iOS

爷,独闯天下 提交于 2019-11-30 19:44:41

问题


Can I develop a service on iOS to register with ANCS so that when iPhone gets a notification the service go through my device BT LE protocol to notify the band? And I read at http://blog.punchthrough.com/post/63658238857/the-apple-notification-center-service-or-wtf-is. I see "ANCS is managed automatically by the iOS device, or “Notification Provider” as its known in ANCS parlance. What this means for you as a developer is that you won’t need to write code to manage ANCS on the iOS side." It means i don't need write code in iOS side that have to implement in my device BT LE ? Thanks for any answer.


回答1:


Correct. As the link mentions, you use "service solicitation" to get the iOS device's attention while it is passively scanning. You don't need to have an app running on the iOS device, you don't need to submit anything to the App Store--you don't even need to pay to become a developer. Also, I should mention, your hardware design does not need to be submitted to the Apple MFi program.



来源:https://stackoverflow.com/questions/20368746/bluetooth-le-and-ancs-in-ios

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