简体   繁体   中英

How can I open a specific page in my app when the user clicks a link from an outside source?

I'm trying to implement a password recovery feature for my mobile app (built with Xamarin.Forms ).

The app will have a backend API in Azure, but so far I'm testing in localhost.

The idea is to make available an option to reset the user password by sending a request to the API (checking if the email exists in the database) and sending an email with a specific URL registered in the app.

I understand what I have to do in the backend, it's the app link to open a page in app that I'm interested in (Android and iOS).

Is there anyway of doing this?

Yes you can. I won't copy all the configurations, but here is a complete tutorial on how to achieve that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM