Opening my weather app this morning I was greeted by this warning:

Google has announced that, starting in 2026/2027, all apps on certified Android devices will require the developer to submit personal identity details directly to Google. Since the developers of this app do not agree to this requirement, this app will no longer work on certified Android devices after that time.

It’s the first time I hear about this, seems to be about:

Tech crunch article from august, “google will require developer verification for android apps outside the play store”

Cirrus app: Github

Was this a big thing I somehow missed? I hope more devs will follow suit.

    • arthur@lemmy.zip
      link
      fedilink
      English
      arrow-up
      7
      ·
      24 days ago

      Even apps installed outside the Play Store will need to have a “verified developer”, and this change will affect any devices that use Google Play Services, so it will be a problem even to old devices.

    • muhyb@programming.dev
      link
      fedilink
      arrow-up
      4
      ·
      24 days ago

      If you don’t have Google Play Services installed, then you’re not affected. Of course, how many custom ROMs will live to that day is unknown.

      • mnemonicmonkeys@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        24 days ago

        The Mihon dev team has already announced that they’re going to get authorized and continue their work.

        It’s… and interesting choice given what they’re working on, but they also took steps to stay legal

      • KSP Atlas@sopuli.xyz
        link
        fedilink
        arrow-up
        4
        ·
        24 days ago

        I’ve heard that it will still be possible to install unverified apps via ADB, so theoretically it wouldn’t be hard to make an app installer that uses Shizuku (tool that allows you to ADB into your own device) and have a website that automatically installs that using WebUSB or something

        • vodka@feddit.org
          link
          fedilink
          arrow-up
          3
          ·
          24 days ago

          You’ll be able to install them, but play services will very probably stop them from starting.

          They already have the framework for this in place, “unrecognised” apps get blocked by Play services already asking you if Google can scan the app before you start it, the app will not start at all unless you click yes or no.