Skip to content
Vladas Drejeris edited this page Dec 21, 2021 · 1 revision

Implemeting in app Deeplinks

It is very easy for Publishers to implement in app deeplinks. They just need to use iOS custom URL schemes and mraid.open function. More information on how to implement custom URL schemes can be found here: https://developer.apple.com/documentation/xcode/defining-a-custom-url-scheme-for-your-app. An example of deeplink invocation is provided bellow.

mraid.open('my-app:offers?offerId=1');