This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.
Dear All,
Kindly find the below questions regarding the deep linking in Kony:
1- How to check if the App is installed on a mobile or not, so if not I will redirect the user to the Website instead of the mobile App?
2- How to pass parameters from My app to another app? Is it from the "kony.application.openURL" function or there are other methods to pass the parameters?
You can't directly check from kony whether an app is installed or not. But you can create an FFI which will work for you .You just need to pass package name of the application you are looking for.
about the second question , yes you can pass the params using the "kony.application.openURL" . conditioned other apps URL scheme is defined accordingly.