Does it mean developer must have a developer account?TL;DR:
No, Google isn’t blocking all APK installs outside the Play Store.
What’s changing is that starting September 2026, developers must register with Google (ID verification) and register their apps (signing keys + package names) for users to be able to sideload them.
The exception: APKs can still be installed via ADB without registration, but that won’t be practical for most users.
In the near future Google will open a special registration portal (separate from play store) for non-play store developers to register their apps.Does it mean developer must have a developer account?
Depending on the actual details, it might affect B4A-Bridge. USB debug mode is using ADB under the hood.he exception: APKs can still be installed via ADB without registration, but that won’t be practical for most users.
Depending on the actual details, it might affect B4A-Bridge. USB debug mode is using ADB under the hood.
It’s very likely that this “registration check” will be tied to a Google Play Services update. That means it won’t technically depend on your Android version, but rather whether your device still receives Play Services updates. If your device gets the update, the new policy could apply regardless of the Android release it’s running.Will this effect all android version or just new version?
Any chance of Basic4Browsers? eg Javascript seems to have access to GPS, accelerometer, gyroscope, and BLE, so that's everything I ever use. No wait, I use Classic Bluetooth for serial link to OBD2 interfaces too.
Maybe. As @JohnC wrote we need to wait for the exact details and understand the implications.Would it be possible for B4A to transition to using ADB's wireless debugging feature?
My understanding from the information I received is that even if you distribute apps outside of Play Store, you'll need to create an Android Developer Console account:In the near future Google will open a special registration portal (separate from play store) for non-play store developers to register their apps.
Any chance of Basic4Browsers? eg Javascript seems to have access to GPS, accelerometer, gyroscope, and BLE, so that's everything I ever use. No wait, I use Classic Bluetooth for serial link to OBD2 interfaces too. Then again, I vaguely remember that iOS is super-restrictive about Bluetooth SPP, so perhaps everybody's moved to serial-over-BLE by now.
Where my thinking was headed is that maybe this clamping down on native apps might end up backfiring on our don't-be-evil friends by driving developers and users towards solutions that are less straight-jacketed.
Not sure if this is what you need, but I'm currently using wireless debugging with B4A. I start the adb connection from the PC to the Android device and then everything works in the IDE like when the device is directly connected over USB. For me is a must as I cannot connect the Android device to the PC over USB and use some USB interfaces in the same time. B4A-Bridge has some limitations (ask for permission each time I install the app, is slower and Take Screenshot does not work for me).Would it be possible for B4A to transition to using ADB's wireless debugging feature?
Not sure if this is what you need, but I'm currently using wireless debugging with B4A. I start the adb connection from the PC to the Android device and then everything works in the IDE like when the device is directly connected over USB. For me is a must as I cannot connect the Android device to the PC over USB and use some USB interfaces in the same time. B4A-Bridge has some limitations (ask for permission each time I install the app, is slower and Take Screenshot does not work for me).