I'm not even sure if this is possible, but this is what I would like to do.
Give the user an option to share some content (such as an inventory item). This is easy enough to do with and Intent
using ACTION_SEND
. However, if the other person has the same app installed the link should take them to my app and pass in what data was sent to them (so the app can show it to them). If they don't have the app, it should take them to the app store to encourage them to download the app.
Is this possible, and if so how is it done?