you are viewing a single comment's thread
view the rest of the comments
[–] 20 points 2 years ago (12 children)

As a hobbist App developer I can tell its probably at least to some extent due to the ongoing "cost" to keep the Apps hosted and working.

Every year when a new Android beta comes out you have to go through your App, check if everything still works only to then discover something broke and now you gotta figure out how to fix it.

With a small App I hosted starting at Android 10 every major update so far caused me some trouble. Now with Android 14 this is the last version I'll support for the simple fact that I don't have the time to keep up with it.

And mind you this was a rather simple small App, I can't imagine what a headache it is to maintain a game.

  • source
  • hideshow 12 child comments
  • [–] 4 points 2 years ago

    You're talking about a different situation though. I have old apps that are no longer supported so I can't install them on newer devices. However, I can still install them on old devices with a supported OS version (or trick the Play Store into installing on a new OS and deal with bugs).

  • source
  • parent
  • [–] 4 points 2 years ago (6 children)

    You say that like businesses in eras past haven't had any overhead.

    Overhead is a part of the profit equation. If you can't make it work, you're not profitable, and you lose.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 9 points 2 years ago (4 children)

    It isn't just about businesses. There used to be a lot more free apps on the Play Store, but keeping up with constantly-changing requirements makes that impractical. You can't just put something up and leave it. You have to work on frequently or it gets dropped. You also have to keep up with their demands to limit certain features and to provide new information or it gets dropped.

    I used to have a handful of free apps up on Play. Now they are all gone because I just don't have the time to rewrite them every few months.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 2 years ago (3 children)

    Try releasing them as apks to bypass Google's insane rules.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 3 points 2 years ago* (last edited 2 years ago) (2 children)

    I have already done that. My apps.aslanrefuge.org site has downloadable APKs for everything. It also has the code, for anyone who wants to tinker with it.

    I just wish there was a better way. I need to look into F-Droid and other options.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago

    For Google, hosting an app is just a matter of keeping an entry in a database and its data in storage. It's not about the difficulty.

    Furthermore, that app COST MONEY to the user. Here Google is not only removing the app from the store, they're also UNINSTALLING it from the user's device, without warning them, and without compensating them financially for this.

    To make things even worse, their malware detection algorithm is prone to false positives. There's not even a degree of certainty, like "there's a 20% chance we could be making a mistake." A binary without tolerance means they are removing things only on the SUSPICION they could be malware.

    I had a very useful open source app - that I installed WITHOUT Google play store - removed from my phone. It was never submitted to Google and neither the author nor I EVER agreed to their app store remove third party software from my phone.

    Google have become control freaks over our phones. The only solution I see is to install a third party OS, like Lineage or Graphene. I might even have to buy a new phone for this, but I don't care. I don't want Google to assume the role of Nanny and take away control of MY devices that I bought with my own fucking money.

  • source
  • parent