I using url scheme to open my second app from my first app, I have some parameters that are passed from first app and I read them at OPENURL method in my second app.
But the problem is, OPENURL is called after FinishedLaunching. So I could not use paramaters that I pass from my first app to open second app using those paramaters.
Can any one suggest any best practices how to do it? I am open to any ideas.
Regards Div
A great way of doing this is using the App links standard. There is a Xamarin component called Rivets which will allow you to integrate this.
It does mean this app you are wanting to link to needs to have App links set up.
Hope this helps...