I have recently finished developing my app, and I have stuck with an issue, which I don't understand. So here is the problem:
I am creating firebase dynamic LONG link in my app, for referring users, which looks like:
field WEBSITE_MAIN is "http://www.thebeonapp.com"
Than I shorten the link programmatically by URL shortener and share the link for example in messenger. The link looks like
[]
- Clicking the red highlighted link (the short one, works perfect)
- By clicking the green highlighted part (the social title, description or image), than the long link is somehow malformed and opened in browser (website can not be found).
Is there a workaround how to correct/avoid this issue ?
Of course my app is available in BETA version on the google play, if you want to test this issue in real. Here is the link:
Thanks for all the answers in advance!
ADITIONAL INFO: This issue only appears in messenger. (Whatsapp works correctly)