What it says on the tin.
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Invalid | Jhernandez | T89942 Provide open in app link on mobile site | |||
Resolved | Fjalapeno | T87662 iOS app should support deeplinks (URL protocol to open app) |
Event Timeline
Comment Actions
Something like this that other apps can use to launch the app with specific content, e.g. wikipedia://en/Manchester
Basically this: http://blog.originate.com/blog/2014/04/22/deeplinking-in-ios/
Comment Actions
I would recommend 'wikipedia-app:' URL schema taking an existing base URL, so something like:
wikipedia-app://en.wikipedia.org/wiki/Awesome
but could do otherwise.
Consider also supporting the same scheme on Android. :)