Hi All,
I want to use URL schemes for communication between two applications. Want to do this both in our Android and iOS application.
To pass some extra data between two applications using URL schemes. Extras with Implicit intent can be used in Android.
https://developer.android.com/guide/components/intents-filters.html#Building
Does the same can be achieved in IOS URL schemes. ? As far as i can understand data can be only sent through the url query parameters.
Best Regards,
Saurav