• mahony@lemmy.world
    link
    fedilink
    arrow-up
    7
    arrow-down
    23
    ·
    10 months ago

    I get the hate on Google. I use a degoogled phone and got rid of google everywhere else. But I am not a fan of this. Its their store. Imagine a goverment comes to your own grocery store that you built and tells you whose products to put where and how much to charge for them. Instead of trying to build an alternative to compete with Play Store we will give more power to goverments. Thats not good.

    • CrayonRosary@lemmy.world
      link
      fedilink
      arrow-up
      18
      ·
      10 months ago

      You really need to read the article, and specifically the linked article within that details the court proceedings. Anticompetitive behavior is illegal, and Google did lots of it, and did so blatantly, and deleted evidence of doing so.

      The 30% they charge isn’t the issue. The issue is the anticompetitive actions they took to keep themselves from ever having to charge less than 30%.

    • Dran@lemmy.world
      link
      fedilink
      arrow-up
      9
      ·
      edit-2
      10 months ago

      If that were all this was, sure. In your analogy though, Google owns 95% of the grocery stores and has deals with 90% of the food vendors that if they allow you to stock their brands they lose access to sell in the Google grocery store. That practice is anticompetitive, because it functionally prevents you from opening your own store to compete.

      • mahony@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        yeah this is terrible. what is curious to me is why those 90% of vendors do not come up with an alternative. they are the ones who make the playstore what it is, if they pull out, that store is finished. Huawei has their gallery, maybe it will start with fragmented stores and consolidate later. it would be nice to see some kind of open marketplace like fdroid to be developed also for non FOSS apps to be introduced as an alternative. i am sure whatever is better for all parties involved will eventually win.

    • aard@kyu.de
      link
      fedilink
      arrow-up
      8
      ·
      10 months ago

      Problem is that it not really is “just a store”. By using the google store you get access to the google play APIs, which are upgraded separately from the device OS - which is sensible from a security perspective, but they also were created by google specifically for regaining control over what goes on on Android devices.

      A lot of applications are needlessly tied to play APIs - either because that way is a bit easier, or just because google is good at marketing them, and the developer didn’t think twice about it. Some relatively basic APIs are part of google play - for example maps, which needlessly is tied to google maps. Unlike Android itself the play APIs are not opensource.

      Yandex tried about a decade ago to re-implement the play APIs to keep such applications working without the play store, by utilizing other services providing the same functionality, and tried to get other companies to join them. I’ve visited the Yandex office in Saint Petersburg a few times to discuss that back then (just checked, most of that seems to have been 2014 - that year Yandex was sponsoring my Russian visa). The effort failed for various reasons, unfortunately - the big one being that doing this required reverse engineering API changes on every play update google was pushing to stay compatible. There’s the microG project around now, but it seems to be less ambitious than what Yandex was trying to do back then.

      My point is, as long as at least the API for play services isn’t maintained in a way that allows full open source reimplementations - or better, google releases parts as open source where we can plug different backends in - “use a different store” is not really a possible solution for many.