Deeplinking between Mendix and Native apps

0
I have a Mendix app and a Native app. When I click on a button in Mendix app, I need to navigate to Native app and vice-versa. How can I achieve this? Any documentation / help here is really appreciated. Thank you.
asked
1 answers
0


Deeplinking to the native app is realy easy when you use a URLIdentifier & URLScheme.

Al lot of documentation can be found here: https://docs.mendix.com/howto/mobile/native-deep-link

 

answered