Into my App, the user could share a fitness workout with his friends. So there are different use cases:
- The user's sharing with a friend on our App (this friend uses the App too). Just select his friend into his followings. So the sharing process is internal (between App and our server). OK for that.
- The user's sharing to a friend by using SMS/ Email/ etc.. This friend has no account on our App. In this case, we'll generate a referred link to catch elements after the App setup from Google Play. OK for that.
- The user's sharing with a friend by using SMS/ Email/ etc. too. This friend has an account on our App, and the App is installed on his mobile phone. How can I get back the data from the share link?
Thank you very much guys for your help!