Question

I want my app users to be able to share one of the app pages to others as an external web link as a good marketing strategy, so people who don't have the app can view this page and get excited hopefully to download and register although no one can view the app without signed in, for now I have the app and its web domain I didn't build the website yet, What is the efficient way to do so ?

Was it helpful?

Solution

You can write some code on the server to receive the data, store it and then serve it back (php/mysql or java or anything else). The easiest way to do it is to make a form and to send a request from the android app to simulate a filled-in form. You could also just publish to Facebook or Google+, there are APIs to do that from and Android app.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top