this post was submitted on 06 Mar 2024
899 points (100.0% liked)

196

16811 readers
1721 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 2 years ago
MODERATORS
899
submitted 10 months ago* (last edited 10 months ago) by spujb@lemmy.cafe to c/196@lemmy.blahaj.zone
 

inspired by this post. the app was €300.

you are viewing a single comment's thread
view the rest of the comments
[–] herrvogel@lemmy.world 5 points 10 months ago (1 children)

You don't need to implement support for rollbacks to handle those "emergency" rollbacks. You could just push a "new" version that's actually the last known good version, and the phone would happily install it.

[–] NeatNit@discuss.tchncs.de 2 points 10 months ago* (last edited 10 months ago) (1 children)

You can only do this if you have the signing keys. If the store wants to do this for users (say, if the developer is incapacitated somehow) they can't.

Edit: I'm actually not 100% sure if the signing keys are required for changing just the version number, but I assume so

[–] herrvogel@lemmy.world 3 points 10 months ago

That sounds about right for Google play. That said, the point still stands. If Google wanted to implement such a feature, it could probably be done by onky patching things on their store backend. I'm sure it wouldn't be a trivial change, but still it wouldn't need to touch the OS itself. Probably. As far as the phone is concerned, it would still be disallowing rollbacks as usual.