iphone - iOS Custom URL Scheme - get source URL -


i'm working on app launches custom url scheme.

i've managed url , parameters , everything, however, our app launches web view. want when user clicks link scheme, same page on open in our web view (it's needed because other functions run in background, , allowing user keep browsing website on)

is possible location of clicked url? know can source application, there way (other adding link scheme parameters) source link?

thanks!

if need information passed in application, information must somehow represented in url itself.

adding generic interface purpose wouldn't make sense urls hosted inside email message or sms, example.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -