I have a requirement where the admin of the application creates a user's account.
Post creation of the user's account an email will be sent to the user. In this email, the user is provided with a hyperlink. When he/she clicks this link then following actions are taken-
- Identify the requested application is installed on the device or not.
- If installed then redirect to the password setting screen of the application.
- If not installed then redirect the user to the play store/App Store to download the requested application. when download completed redirect to password setting screen.
Thank you.