简体   繁体   中英

Deep link iOS with http scheme

When I forgot my password, if a reset it, I receive a link by SMS. (url: http://www.example/forgotten-password/[token]

My goal is to open my iOS app when I click on this link. But currently, my searching display only custom scheme like myapp://....

Do you know if I can use http scheme for deep linking?

Implement a custom scheme like myapp://. Inter-App Communication

In your webpage (example url http://www.example/forgotten-password/[token] ), just redirect the user to your custom scheme (myapp://).

This way the user will click the link he received by SMS. It will open Safari and the user will automatically be redirected to your app.

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