Hacker News new | ask | show | jobs
by mbreese 1950 days ago
User-space code can definitely have effects on the hardware.

A program that phones home often with tracking data, thus keeping a data connection open and the processor from sleeping would absolutely have an impact on battery life and longevity. This would be code that Apple would normally block at the AppStore level.

And we saw how mad people were when Apple slowed down processing speeds to extend battery life. Can you imagine the outrage if Apple suddenly said that your battery is no longer under warranty because you installed the Facebook app directly from Facebook?

1 comments

Ios has a great API and sandbox for apps, and will kill apps in the background unless they explicitly ask for permission to do additional work. It has nothing to do with sideloading apps, this security is the bare minimum for even trusted code.