Need help with an advanced feature development in xamarin forms.
I am developing a mobile application in xamarin forms. In the app, user can securely save his personal info like first name, last name, address etc. in securestorage. Now, if user is navigating through any external website or mobile application, like Amazon user registration for instance, then the Amazon's website or mobile application should show an option to autofill fields (whichever it can) using the data saved through my xamarin forms app.
Can someone help me in this implementation?
What I have tried:
I learned about deep linking mechanism through Google but not getting how to use it ( or it will even work)