Passing data through custom url schemes

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.

https://developer.apple.com/library/content/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/Inter-AppCommunication/Inter-AppCommunication.html


Best Regards,

Saurav

Passing data through custom url schemes
 
 
Q