objective c - How to open Phonegap iOS application using url in email for password reset -


i have created ios application using phonegap. want implement reset password functionality. when user selects 'forgot password', application sends link reset password on registered email. using link user can update password web browser.

i want open phonegap application when user clicks on link received in email.

the link like: https://mydomainreset.com/reset

  1. can launch application using url scheme of ios? i.e. can set "https://mydomainreset.com" in "url types"->"url schemes" in info.plist of application.

if no there other way this?

thanks in advance.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -