Developers Now Permitted to Submit 64-Bit Apps for iPhone 5s
Apple is now permitting developers to submit 64-bit apps to take advantage of the A7 processor in the iPhone 5s, according to a note posted to the company’s developer site today.
Developers with apps that function on both iOS 6 and iOS 7 will be limited to 32-bit development for the time being, but Apple has plans to support a single app binary for both 32-bit and 64-bit apps in the next month.
You can submit 64-bit apps for iOS 7 today that take advantage of the power of iPhone 5s. Xcode can build your app with both 32-bit and 64-bit binaries included so it works across all devices running iOS 7. If you wish to continue to support iOS 6 then you will need to build for 32-bit only. Next month we will be making changes that will allow you create a single app binary that supports 32-bit on iOS 6, as well as 32-bit and 64-bit on iOS 7.
First unveiled last Tuesday, the iPhone 5s incorporates the first 64-bit processor found in a mobile device. According to Apple, the processor offers double the power and graphics performance of the iPhone 5 and is 40 times faster than the processor of the original iPhone.
In addition to an A7 processor, the iPhone 5s also includes a Touch ID fingerprint sensor, an M7 motion-sensing chip, a number of camera improvements, and better battery life.
Apple is not accepting pre-orders for the iPhone 5s, which will be available for purchase from Apple’s online store beginning at 12:01 AM Pacific Time on Friday, September 20.
Update: Apple has removed the note for unknown reasons.
Popular Stories
Significant changes are expected to arrive with Apple's fourth-generation iPhone SE, in terms of both design and hardware, MacRumors has learned. The iPhone SE 4, known internally under the codename Ghost, is expected to receive a new design derived almost entirely from the base model iPhone 14. According to our sources, the iPhone SE 4 will use a modified version of the iPhone 14 chassis...
At WWDC 2022 last year, Apple previewed the next generation of CarPlay, promising deeper integration with vehicle functions like A/C and FM radio, support for multiple displays across the dashboard, personalization options, and more. Apple said the first vehicles with support for the next-generation CarPlay experience would be announced in late 2023, but it has still not shared any additional...
Wednesday September 27, 2023 1:57 pm PDT by
Juli CloverJust a week after releasing iOS 17, Apple has seeded the first beta of iOS 17.1 to developers. iOS 17.1 adds some features that Apple promised were coming to iOS 17 in the future, plus it refines and improves some existing features. This guide covers everything new in the first iOS 17.1 beta. Apple Music Favorites You can favorite songs, albums, playlists, and artists in the iOS 17.1...
iPhone 15 Pro and Pro Max overheating concerns continue to make headlines this week, with the topic highlighted by The Wall Street Journal and Bloomberg. Both of the reports document anecdotal complaints from customers, and outline potential causes, but it's unclear how many devices are actually affected. Bloomberg said the overheating could be caused or compounded by the iPhone's setup...
Apple plans to release an iOS 17 update to address a bug that may contribute to the reported iPhone 15 Pro and iPhone 15 Pro Max overheating issue, according to a statement the company shared today with MacRumors and Forbes reporter David Phelan. Apple also says some recent updates to third-party apps have overloaded the system and contributed to the overheating issue. The report notes that...
Apple added a USB-C port to the iPhone 15 lineup this year, allowing it to work with USB-C cables, USB-C power banks, and more. It turns out that some USB-C battery packs are not working properly with Apple's iPhone 15, resulting in charging issues. As highlighted on Reddit and the MacRumors forums, not all existing USB-C power banks can be used with the iPhone 15 models, perhaps due to the...
Apple today released iOS 17.0.2 and iPadOS 17.0.2 updates, with the software coming five days after the releases of iOS 17.0.1 and iPadOS 17.0.1. Today's iOS 17.0.2 and iPadOS 17.0.2 updates arrive as build 21A351 and can be downloaded on eligible iPhones and iPads over-the-air by going to Settings > General > Software Update. Note that iOS 17.0.2 was previously made available for iPhone...
Top Rated Comments
There's really no re-coding. Basicaly, it's compiling the code through a 64-bit compiler in addition to the 32-bit compiler and testing the code. In rare cases, there will need to be a few fixes, but in general, the same code can be compiled for both 32-bit and 64-bit.
Having learned to hand assemble for an 8-bit it amazes me how far we have come.