简体   繁体   中英

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.

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.

Please help me

What you need to do is send the URL of the webapp to your app via your app URL sheme:

myapp://callback=www.someurl.com

Then when your app is done just open the URL again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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