Digital distribution and lock-in are a disaster for historical preservation.
Agreed. This reality slapped me in the face quite hard after I was given an ipad 2 (circa 2011). I figured I'd use it as a couch-side device for spotify. Soon realized nothing worked on it, even with old version apps loaded. Server side shut it down.
So, if the connection is being shut down on the server side, it's likely because of the TLS version mismatch. I thought it would be a simple solution just via updated software but was told (by peeps on Reddit, so it's likely to be total nonsense) that, although it can be updated, it won't run reliably on older hardware unless that hardware can also support newer OSs. Win7 and below (?) don't support it and MS won't provide updates with it and MacOS versions before Lion don't have it. I've heard you can also update OpenSSL by breaking the symlinks to the OS's install and get it working again but that's more hassle than I cared to put in.
Also, most of those old iPads are able to be jailbroken. You can update OpenSSL on them and probably get Spotify working again.
I worked on a game called Minecraft Earth and it was a service-oriented game where you could collect things and play Minecraft in AR (fun project, not very fun game lol). It shut down a few years ago and we didn't get a chance to add an offline-only mode for even simple AR building, so now no one will ever be able to go back and play that game. It makes me really sad to see a whole product, a whole codebase just go poof.
https://github.com/Project-Earth-Team
ASA (which I worked on for Minecraft Earth) is also end of life in the next year, not sure how that will impact this.
In my head, when I saw this post, I instantly thought "Time to Apple legal action.... 3, 2, 1...". But maybe I'm wrong or things have changed.
There is a reason that Corellium can charge so much for SASS access to recent-model emulated iPhones.
1) Spend $100 a year for the privilege of being allowed to access their app store
2) Buy several $1000 iPhones (you'll be expected to test on every model they currently support by app store reviewers)
3) Buy one $2000 macbook per developer that needs to work on the iOS app (build tooling only runs on macos)
4) Good luck if you want to integrate this with your CI! Either another mac mini ($1000) or a subscription to some service that does it for you. Forget about using your linux boxes that you use for everything else. Apple says no!
5) Everyone who needs to log in to the apple developer portal also needs an iDevice. Apple is so secure they only support their own proprietary second factor push messages to iDevices!
You can see why they don't allow emulators or virtual machines. Think of the sweet, sweet $$$ they'd be losing out on!
For development these days you can find a used/refurb M1 Air or mini that will do the job just fine for less than half the stated price.
As for 2FA they support FIDO keys and passkeys just fine.
Don’t they support SMS 2FA as well? They do for my dev Apple ID that’s not logged in on any other device at least, and I see the option as a fallback on my personal ID too.
I agree with your other points. The lock-in, especially for CI, is terrible.
Doesn't it require $100 a year to compile an app and install it on your own phone (because even hobby apps require signing)? I can't fathom why so-called "hackers" put up with this. I suspect because $
> 1) Spend $100 a year for the privilege of being allowed to access their app store
Comparable to all curated store fronts.
> 2) Buy several $1000 iPhones (you'll be expected to test on every model they currently support by app store reviewers)
Not different than supporting any commodity device. You should have target devices for every variation you intentionally support.
> 3) Buy one $2000 macbook per developer that needs to work on the iOS app (build tooling only runs on macos)
That's not true, both the macbook line but also in general. I have worked in places that use VM's on MacMinis for iOS development, but there's also AppCode from Jetbrains.
> 4) Good luck if you want to integrate this with your CI! Either another mac mini ($1000) or a subscription to some service that does it for you. Forget about using your linux boxes that you use for everything else. Apple says no!
Mac Mini for CI, yes, if you're doing it as above then it's an additional VM on your MacMini.
> 5) Everyone who needs to log in to the apple developer portal also needs an iDevice. Apple is so secure they only support their own proprietary second factor push messages to iDevices!
That's not true, I use Linux to log in to my developer portal with the root account.
> You can see why they don't allow emulators or virtual machines.
They allow VMs and Emulators, they just require that it's official hardware.
If you are categorically opposed to owning any apple devices then I can see why you would feel a certain way.
To put it in perspective: I genuinely despise Windows, yet I need to spend a lot of money because making Windows software on any other platform is practically impossible, and "running a VM" isn't going to help because you must still license that VM.
The major differentiator here of course is that the license cost for the OS is part of the hardware cost in the Apple ecosystem and not separated out.
But ultimately every company that has a platform for software development is going to charge you:
A) Access to that platform
B) For the tools required to build on that platform in addition.
I recommend everyone votes with their wallet. (and they do, just in favour of the App Store, because it is significantly more lucrative to lean in and buy a pile of mac minis and a developer license agreement than to lose sales by not being apart of it.)
You could look at this as Win/Win or Lose/Lose depending, almost entirely, on your willingness to let Apple also profit from your work. (again: likening it to my experience with Windows).
[1] xkcd.com/378
Likely because Apple themselves provide an emulator that accommodates most developers’ needs.
Must be all that lockdown they do. Which is a damn shame, as some early iOS games and whatnot were actually really cool and no longer exist in a runnable form except on those devices (and that is assuming you already had them installed!)
Well, what would you use one for? Apple provides emulators for current iOS versions and the centralised App Store means versions of iOS apps for old OS versions aren’t readily available the way they are for Windows etc. Beyond maybe testing old versions of Safari it’s more of a historical curiosity than something with real use.
It’s kind of weird, given the number of user hours spent on, say, iOS 6 era Instagram, that we have no way of replicating the experience today.