DeepLink plugin allows your Android app to be opened from a link, and access its variables.
Features:
* Easy to use – Enable/Disable DeepLinking with just a click of a button using the EditorTool
* No need to edit the AndroidManifest manually
* Can obtain data as int, float, or string
Description:
As an example, if you set your DeepLink as follows,
myapp://com.company.project?int=1&float=1.01&string=Hello!
and when you open your app with this link, your app can access all these values as int, float or string.
Requirements:
Tested and works on Android version 2.3.1 API 9 and higher. To test you need an Android emulator or a physical device.