Python Forum
How can I monetize my app? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: How can I monetize my app? (/thread-19133.html)

Pages: 1 2


How can I monetize my app? - ComfyApril - Jun-14-2019

Hello, devs, greetings from a newbie. Searched this forum and didn't find any topic regarding app monetization. Since I'm at that point when my app should be released on any upcoming day, wanned to know the best way to monetize my app.


RE: How can I monetize my app? - micseydel - Jun-14-2019

Can you provide more detail? Like... Are you working on a SaaS? Do you plan to distribute something? Are you targeting particular platforms? Are you sure there's a market?


RE: How can I monetize my app? - nilamo - Jun-14-2019

Depends on your app.

Maybe you have a free tier that only has some features, and other features (such as team collaboration) are locked behind a subscription.
Maybe all features are free, but they can buy the app to run on their own servers, if they don't trust your database.
Maybe there's ads.
Maybe there's an energy system, that takes time to recharge, and each action they take requires a certain amount of energy, but they can buy energy packs so they don't need to wait.
Maybe everything's free, with no delays, but they can buy cosmetic items (...like a hat) if they want.
Maybe it's free for an hour or two, but requires buying the full version to keep using.
Maybe it's free, in exchange for an acknowledgement that you're selling their email address/interests to 3rd parties, and they'll get spam mail later.


RE: How can I monetize my app? - ComfyApril - Jun-17-2019

Thnx for all examples. It's actually a game and I'm thinking to make money from giving users enough gameplay content so that some people would like to buy skins or extra levels. But I was thinking of how to add some other monetization ways. I was reading a lot about SDKs with ads but decided not to put them in my app. Does anyone know any SDKs without ads?


RE: How can I monetize my app? - Mark87 - Jun-22-2019

The most simple way is to add an ad to it, either cost per click or cost per action one. Another way is to develop additional features that'll be available on a paid basis. All in all, the possibilities to monetize an app are quite numerous and vary from one another, so everyone will be able to find a suitable path.


RE: How can I monetize my app? - ComfyApril - Jun-26-2019

(Jun-22-2019, 02:22 PM)Mark87 Wrote: The most simple way is to add an ad to it, either cost per click or cost per action one. Another way is to develop additional features that'll be available on a paid basis. All in all, the possibilities to monetize an app are quite numerous and vary from one another, so everyone will be able to find a suitable path.

I don't want to put ads there. Don't ask why, it's just my thing. On few forums, I read about globalhop sdk. Claims to be sdk without ads. Any thoughts about it?


RE: How can I monetize my app? - nilamo - Jun-26-2019

So instead of ads, it generates money by routing http traffic through their phone while it's idle? Sounds fishy lol


RE: How can I monetize my app? - micseydel - Jun-26-2019

If I found out an app was using globalhop without me explicity opting in, then I'd delete the app and rate it one star without a doubt. It's neat, and I can imagine putting it in an app as an alternative option to a donation, but I wouldn't try to sneak it past users.


RE: How can I monetize my app? - ComfyApril - Jun-28-2019

(Jun-26-2019, 04:01 PM)micseydel Wrote: If I found out an app was using globalhop without me explicity opting in, then I'd delete the app and rate it one star without a doubt. It's neat, and I can imagine putting it in an app as an alternative option to a donation, but I wouldn't try to sneak it past users.

And what if I notify my users that I'm using globalhop?


RE: How can I monetize my app? - buran - Jun-28-2019

on their site they state that
Quote:Consent
When using our SDK, you have to add a short disclaimer to your Terms of Service explaining that your app includes Globalhop SDK. You should also get consent from each user (e.g., via a pop-up).