TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Monetizing Mobile Web Games

2 pointsby thebordellaover 1 year ago
Do app stores have a complete stranglehold on monetizing mobile games? Or is there any viable alternative available in 2023?<p>As an old and crusty web developer, I&#x27;ve always been keen on the low friction taking a concept to fruition - beside the dev work, of course.<p>So I made a word puzzle game that runs in a web browser (Vue3-based). It runs well both on desktop and mobile browsers. I want to monetize it using the typical &#x27;freemium&#x27; model - play a limited version for free, make a one-time payment for the full game. Bam.<p>Figured I&#x27;d publish it to app stores since they have a lot of monetized apps. Packaged the game up with Capacitor, built it as an app. Technically all good - game runs exactly the same on Android &#x2F; iOS as it does in mobile browser. Sweet.<p>But actually dealing with the app store red tape has been huge PITA. Google somewhat less so. Apple - omg. Everything from the Xcode side to the App Store Connect side has been a slog of obtuse processes.<p>All of this friction to jump into the walled garden. Just so I can try and get a few bucks from people who want to play my game - which works exactly the same in a browser. I&#x27;d prefer not to use app stores at all!<p>Is there any <i>viable</i> way to implement the freemium model in a web-based &quot;app&quot;? This is not a SaaS - I&#x27;m not integrating Stripe, creating user accounts, etc - just a drive-by &quot;hey I&#x27;ll pay $5 for this&quot; type of purchase.

1 comment

code_Whispererover 1 year ago
Your situation sounds very similar to my own (including the &quot;old and crusty web developer&quot; and &quot;I made a word puzzle game&quot;).<p>And I have been facing the same difficulties, not just legal red tape but also the seemingly endless steps to making sure that everything&#x27;s working for all scenarios, then finally having it ready to launch, only to find out that some new rules have just been created which force a restart of that whole QA cycle.<p>It&#x27;s not about the programming. It&#x27;s never been about the programming. It&#x27;s about the surrounding &quot;slog of obtuse processes&quot; that suck the life out of what should have been a joyful project.<p>Like you I am searching for an alternative. I&#x27;ll be watching this post for ideas and discussion, but also feel free to contact via email (see profile) if you want to brainstorm.<p>In case you didn&#x27;t see it, this may be of interest:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37302315">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37302315</a>