Kiosk App in iOS can we provide any identifer to that app to use from URL scheme.

久未见 提交于 2019-12-24 23:01:35

问题


I wanted, to give some identifier to the app that we create like a kiosk mode in iOS.

i.e. We make add to home screen and it has an icon on home page which browse further.

Is there any way, where I can give some identifier Name to that link of app getting created so that we can get that app access from our Native and we can provide URL Scheme for the same.

Thanks.


回答1:


iOS will not give access of all the url schemas. You can refer this document where the url schemas for selected application is given :

http://wiki.akosma.com/IPhone_URL_Schemes#Phone




回答2:


It may be that the only way you can achieve what you want to do is to build an app around an iOS UIWebView. You can then include the camera functionality directly in the app, although there can be issues as a UIWebview doesn't handle things like popups that Safari does.



来源:https://stackoverflow.com/questions/22604320/kiosk-app-in-ios-can-we-provide-any-identifer-to-that-app-to-use-from-url-scheme

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