iBeacon mobile web application development

我们两清 提交于 2019-12-09 21:47:56

问题


Are there any custom APIs for iBeacon access from mobile web applications? Probably it could be a mobile safari extension.

Thanks in advance.


回答1:


Unfortunately, no.

You could write a native iOS app that looks for iBeacons in the background and launches a specific web app URL on mobile Safari. You could even pass ranged beacon info in query parameters.

But you would still need a native app installed on the phone to do this. And once the Safari page is launched, getting further updates is impossible, unless you use a complex web service proxy to the native app.



来源:https://stackoverflow.com/questions/19466063/ibeacon-mobile-web-application-development

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