i have application with server side (on java) and mobile app for iOS. For implementation flow invite friends to application i need to use deep link. Flow must be following:
- From server I send email with deep link and token
- User open email with link and click
- Download app from store and sign up on application with token from link.
How I can generate link with token on server for application?
Maybe it bad flow, please correct me.
Thanks.