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

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -