ios - Link that takes to a specific view controller from html source (example: instagram links) -



ios - Link that takes to a specific view controller from html source (example: instagram links) -

i looking way create link in html blog takes user ios application, , view controller show requested info. how would go generating link , have app recognise link user pressed on take view controller.

the illustration comes mind, when find instagram link in website takes user instagram app image associated link.

you need define custom url scheme within plist of app. 1 time installed, every app (and of course of study safari can) open app requesting such url. if embed in blog, app launched , parameter given via didfinishlaunvhingwithoptions:

well documented @ apple: https://developer.apple.com/library/ios/documentation/iphone/conceptual/iphoneosprogrammingguide/inter-appcommunication/inter-appcommunication.html#//apple_ref/doc/uid/tp40007072-ch6-sw1

edit: if want see illustration these schemes , how used, instagram defined url scheme here http://instagram.com/developer/mobile-sharing/iphone-hooks/

html ios hyperlink

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -