To make your app browsable from other apps declare a element with the android:scheme attribute: Īpple requires that you define the schemes you want to use. You can't use schemes that aren't defined in the intent filter. The elements are the URI schemes pre-registered with your app.
This can be achieved by adding the following XML to the Platforms/Android/AndroidManifest.xml file:
If you want to use deep links to open other Android apps you should define an intent filter in your app.