Hi,
Has anybody integrated [deeplink.me](http://deeplink.me) into mobile game on iOS and Android? I'm trying to follow [official documentation](https://deeplink.me/documentation), but it concerns native development, while we need Unity integration, so handlers are to be in managed code. Are there any examples how to use this or another service for deep linking? Probably Facebook SDK?
The functionality we need is the following. Customer faces deep link like `mygame://some/section` in his Twitter or Facebook friend's post, or another web page. When user taps the link, he 1) launches the application; 2) proceeds to target screen depending on URI; 0) or proceeds to landing page in browser or App Store as fallback when application is not installed.
↧