iPhone URL Schema for Camera

我只是一个虾纸丫 提交于 2021-01-28 09:37:44

问题


I want to launch iPhone Camera from web page. I googled around and came to know that it is possible through URL Schema

I have doubt that after registering URL Schema, how should i submit to AppStore and Are there any built-in URL Schemas for Camera

Please tell me.


回答1:


If you want to submit your own app, you can implement a custom URL scheme to launch your app. Your app can then access the camera using standard APIs. If you would like to upload the photo and bring it back to your webpage, the URL scheme can take an extra parameter: another URL your app should load after it uploads the photo. See this section of the iOS Application Programming Guide for information about how to implement a custom URL scheme.




回答2:


There is no url scheme for Camera. Read Here apple documentation. There are 6 standard schemes : Mail, Phone, Text, Map, YouTube, iTunes.



来源:https://stackoverflow.com/questions/7144053/iphone-url-schema-for-camera

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