VideoLAN @videolan App Stores were a mistake. Currently, we cannot update VLC on Windows Store, and we cannot update VLC on Android Play Store, without reducing security or dropping a lot of users… For now, iOS App Store still allows us to ship for iOS9, but until when?

  • @GravitySpoiled
    link
    English
    92 months ago

    With Play App Signing, Google manages and protects your app’s signing key for you and uses it to sign optimized, distribution APKs that are generated from your app bundles

    You can use google’s play app signing. It’s not mandatory.

    • @stoy@lemmy.zip
      link
      fedilink
      112 months ago

      That is not better, it still means that the app is signed with a non private key, which goes against the very concept of the private/public key concept

      • @GravitySpoiled
        link
        English
        32 months ago

        Thats what they complain about. They can use it. They dont have to. Yes its bad but they mix up a lot in one post.

        • BolexForSoup
          link
          fedilink
          5
          edit-2
          2 months ago

          An unacceptable option is not an option. This is like saying somebody has access to multiple Internet providers when one ISP is so slow as to be nearly unusable, but it technically exists and you can technically pay for it. That’s not really what we mean by “choice.”

          Your response is so typical and frustrating to be honest. It’s flippant nonsense where you know what we are talking about but you don’t want to agree so you hide behind lazy responses like the one you wrote.

        • @stoy@lemmy.zip
          link
          fedilink
          12 months ago

          Why do Google need the private key? I can only see it being used to modify apps without notice.

          • @GravitySpoiled
            link
            English
            2
            edit-2
            2 months ago

            Iirc, they build the app and publish it for you. “For convenience and security”

              • TWeaK
                link
                fedilink
                English
                12 months ago

                Yes, but only because it’s Google. Fdroid do exactly the same thing in their repo.

                The idea behind it is sound, because otherwise you’re putting all your trust in the app developer. By having the store do some basic checks and compile the app the idea is they can guarantee no third party/bad actor has inserted malicious code.

                However, this being Google, they are the bad actor.

                • @stoy@lemmy.zip
                  link
                  fedilink
                  32 months ago

                  No, that is wrong, the app developer signs the app with their private key, sends it to Google, google scans ans verifies the app, and add their signature with their own private key.

                  The app can thus be verified to have been built by a specific developer and verified by Google before publishing, without breaking trust