2
I’m developing an app for Android but I’m having a problem. Well, what my app does:
I create a playlist within the app and want to invite people to listen to the playlist, what happens is that to listen to the person has to have the app installed. But let’s say, if I invite 60 people, and of those 60, 50 don’t have the app, I have to warn them somehow that they were invited and that if they want to install the app. What is the best way to notify these people? I thought in SMS, but 50 sms seems a little unviable. Anyone knows any solution?
I need to make the list disclosure and app installation as fast and simple as possible! That’s the problem.
It is an opinion, so I will post in comment and not in response: do not use SMS or any other way (even on social networks) that is invasive. This is bad for the image of your product, even if the product is fantastic and widely used (see Candycrush life requests on Facebook). An alternative that is not invasive is to leave the distribution to the user. Create a single link to the list and indicate that the user distributes to whom they want to share (however they want). These people can access such a link and decide to install their app. It’s the form of Spotify, for example.
– Luiz Vieira