简体   繁体   English

iPhone URL Scheme图片上传应用

[英]iphone URL Scheme image upload app

I have developed an application to upload image captured from camera to server. 我开发了一个应用程序,用于将相机拍摄的图像上传到服务器。 I registered this app to URL Scheme so that i can access camera from web app. 我将此应用程序注册到URL计划,以便可以从Web应用程序访问摄像头。

I can able to launch the app from web app but do not know how to go back to the web page from where i launched the app. 我可以从Web应用程序启动该应用程序,但是不知道如何从我启动该应用程序的地方返回该网页。

Please help me 请帮我

What you need to do is send the URL of the webapp to your app via your app URL sheme: 您需要做的是通过您的应用程序网址sheme将网络应用程序的URL发送到您的应用程序:

myapp://callback=www.someurl.com myapp://callback=www.someurl.com

Then when your app is done just open the URL again. 然后,当您的应用程序完成后,只需再次打开URL。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM