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.

  • KSP Atlas@sopuli.xyz
    link
    fedilink
    arrow-up
    10
    ·
    2 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
      12
      arrow-down
      2
      ·
      2 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.

      • daniskarma@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        3
        arrow-down
        1
        ·
        2 days ago

        Maybe yes. Maybe not. I think from now they won’t push that far, among other things because even developing for android platform would become a burden. Not being able to even test some app concept without a verified signature…

        Maybe eventually they’ll go that far. But as of now I do think is unlikely they’ll completely block the adb way.

        Anyway many current users won’t go adb. And third party stores will take a massive hit. That’s google’s goal.

    • ReversalHatchery@beehaw.org
      link
      fedilink
      arrow-up
      2
      ·
      2 days ago

      app manager can already work as an app installer, but it needs wireless debugging enabled which can be a security risk. and you have to install app manager too somehow.