I need to create deep link consumable by multiple applications.
This works in Duolingo:
In Duolingo you can send referral link by SMS, Email, copy to clipboard etc..
This link works fine for opening a Play Store
<a href="market://details?id=my.app.com" target="_top">App</a>
My idea is to make link like this:
<a href="text://value?Please clink on this referral link https://superapp.com?referral=abc123" target="_top">App</a>
Users than select by which application they will send the message (SMS, Gmail..)
How to accomplish this task to work exactly the same as Duolingo referrals?
For example: how to create a deep link that fills the body of an email in Gmail app?