ios - How to define url schemes starting with http ios7 -
i can define custom schemes myapp
third applications can redirect links like: myapp://mypage.com
app(if user installed it). want third applications open app if user try open links http://mysite/mypage.com
too.
right can see safari open yourtube when type links like:
http://www.youtube.com/watch?v=wzh30t99mam
or map application opens if type links like:
http://maps.google.com/maps.....
so how can define custom scheme third applications open apps if user type:
short answer: can't without server support. apple tricks not available third party apps redirect http urls maps , youtube.
the way set web server @ http://a.myapp.com
redirected myapp://
Comments
Post a Comment