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:

http://a.myapp.com

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

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -