• pixxel@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      generally Google play is rather fast, but Apple can be insanely slow sometimes. At my work we’ve had up to 6 working days to get approval of very minor updates. That’s the reason why technologies like react native with over the air updates have gotten as prominent as it has.

      As someone who leads an app development team I’ve started liking pwas more and more the last couple of years. Especially for apps that doesn’t do more complex stuff than making api calls and rendering the result to the screen in the form of text.

    • dingus@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      I think they maybe have to be approved first so that people aren’t updating their apps with something malicious

        • burak@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          No. The browser (which is the runtime that pwas use) is already a very limited environment with little to access to the system - and if the app wants to access something potentially sensitive, then the browser asks for permission. Even then it doesn’t have access to nearly anything that a native app can access.