64-bit and iOS 8 Requirements for New Apps
developer.apple.com
64-bit and iOS 8 Requirements for New Apps
1–10 of 33 posts
Re: 64-bit and iOS 8 Requirements for New Apps
#2Re: 64-bit and iOS 8 Requirements for New Apps
#3Does this mean no new iOS apps for those people who choose not to upgrade to iOS 8?
Re: 64-bit and iOS 8 Requirements for New Apps
#4Re: 64-bit and iOS 8 Requirements for New Apps
#5Does this mean no new iOS apps for those people who choose not to upgrade to iOS 8?
New apps must include 64-bit support. That's it. It says nothing about not allow backwards compatibility as well.
Re: 64-bit and iOS 8 Requirements for New Apps
#6Does this mean no new iOS apps for those people who choose not to upgrade to iOS 8?
Similarly, today, you must build your app using at least the iOS 7 SDK and xcode 5, but that does not prevent you from supporting iOS 6 as well.
Re: 64-bit and iOS 8 Requirements for New Apps
#7Does this mean no new iOS apps for those people who choose not to upgrade to iOS 8?
Did you read the link? New apps must include 64-bit support. That's it. It says nothing about not allow backwards compatibility as well.
I'm not sure why this is news otherwise.
Re: 64-bit and iOS 8 Requirements for New Apps
#8Does this mean no new iOS apps for those people who choose not to upgrade to iOS 8?
Did you read the link? New apps must include 64-bit support. That's it. It says nothing about not allow backwards compatibility as well.
Re: 64-bit and iOS 8 Requirements for New Apps
#9Does this mean no new iOS apps for those people who choose not to upgrade to iOS 8?
No - it just means new iOS apps must support 64-bit and be built with Xcode 6. Those same binaries/archives can also support 32-bit and older OS versions. Similarly, today, you must build your app using at least the iOS 7 SDK and xcode 5, but that does not prevent you from supporting iOS 6 as well.
Re: 64-bit and iOS 8 Requirements for New Apps
#10Earlier quoted context omitted.
Did you read the link? New apps must include 64-bit support. That's it. It says nothing about not allow backwards compatibility as well.
I read the link, I was focusing on the "built with the iOS 8 SDK" part. I'm asking the question whether or not building with the iOS 8 SDK would preclude that code from running on iOS 7 or is that only if that code uses iOS 8 features. I'm not sure why this is news otherwise.
One reason is that, I believe, currently if even a single 32-bit app is loaded on a newer iOS device, all the standard 32-bit libraries have to be loaded into memory as well which causes increased memory pressure. This is a problem given that current iOS devices only have 1 GB of RAM. Getting older apps migrated to 64-bit is therefore a big deal for this reason alone.