Hello,
We are developing a Xamarin Forms Application using ArcGIS Runtime .NET SDK for a cross platform solution
The application need to get parameters from outside and run on Android, Windows and IOS.
How can we get parameters to the application?
Regards,
Michal
Not really a Runtime question, but I'm not aware of any cross platform components that will do this for you. You'll probably need to implement for each OS.
Google search for 'Xamarin Forms Url Scheme iOS' (Android, UWP).
Here are some links I found helpful:
Thanks!