Reputation: 823
So with Apple forcing new apps to support 64 bit, support for iPhone 5 will be completely dropped.
I do know that iPhone 5 can't support 64 bit apps however right now all apps run fine on iPhone 5.
As a developer, I just write my app and I never check a box that converts it to 64. Do all new apps support both 32 and 64 by default? Do I need to take extra steps to support 32 bit?
I'm pretty confused. Sorry if it's a silly question.
Upvotes: 0
Views: 681
Reputation: 7551
Yes - every app has 32 and 64 runtimes inside so it can run on both architectures.
You won't be able to send app to the AppStore with very old Xcode versions anyway. It's about devices - iPhone 5 has 32bit architecture. They dropped 32bit so in the future they may remove 32bit runtimes to reduce app size. For now it's an excuse for abandoning old devices.
Upvotes: 2