Where do I get my Adalo app link? I would like to allow users to share my Adalo app via WhatsApp from the app.
Is it possible to have user share my app to their contact in WhatsApp so that their contact can simple click a link and be directed to a page on my app?
Note: My App is still in development, not yet on play store
And I guess that you can use the Arbitrary JavaScript component made by Pragmaflow and get that screen URL and add that Url on the action too : Specific URL with QR for PWA - #9 by Ninline ( posted by Nathan - @Ninline )
You mean if this URL works in Native right? I’m not sure if the added PWA URL will open. If not you can add the Url of that app from the app store or you can use the Deep Link component!
You mean the added URL? Not sure about that too but I think no and after publishing you need to add the Url of the app in the app store.
Also for make this dynamic you can create a collection in your database and keep only one record and store the Url and you can make the share button a list and connect it to that collection and add that current URL in the action. And you only need to edit the Url from the database and it will apply directly!