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
- 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
Post a Comment