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
Apple released iOS 16.3 in late January following nearly six weeks of beta testing. The software update is available for the iPhone 8 and newer, and while it is a relatively minor update, it still includes a handful of new features, changes, and bug fixes.
Below, we've recapped new features in iOS 16.3, including support for physical security keys as a two-factor authentication option for...
Apple has discussed selling a new top-of-the-line iPhone alongside the Pro and Pro Max models in 2024 at the earliest, according to Bloomberg's Mark Gurman. Based on this timeframe, the device would be part of the iPhone 16 lineup or later.
In a September 2022 edition of his weekly "Power On" newsletter, Gurman said there was "potential" for an iPhone 15 Ultra to replace the iPhone 15 Pro...
Online retailer TigerDirect has slashed pricing on the M1 iPad Air in several colors, offering the base 64GB configuration for just $313.99 in Purple and Pink.
Note: MacRumors is an affiliate partner with TigerDirect. When you click a link and make a purchase, we may receive a small payment, which helps us keep the site running.
That's a savings of 48% compared to Apple's normal $599.00...
A new version of the Mac Studio with the "M2 Ultra" chip is unlikely to arrive in the near future, according to Bloomberg's Mark Gurman.
In the latest edition of his "Power On" newsletter, Gurman explained that since the upcoming Apple silicon Mac Pro is "very similar in functionality to the Mac Studio," Apple may wait until the release of M3- or M4-series chips to update the machine, or...
Apple today released new tvOS 16.3.1 and HomePod 16.3.1 software updates, with the software coming two weeks after the tvOS 16.3 and HomePod 16.3 updates were released.
According to Apple's release notes for HomePod software 16.3.1, the update includes general performance and stability improvements. Notes for tvOS 16.3.1 are unavailable as of yet, but are probably similar to the HomePod...
The iPhone 15 Pro models will feature a "buttonless design" thanks to additional Taptic Engines, according to multiple corroborated reports, so what do we know about the change so far?
Apple analyst Ming-Chi Kuo was first to report that the volume and power buttons on this year's two high-end iPhone models will adopt a solid-state design, similar to the iPhone 7's home button, replacing a...
Apple has reportedly considered releasing a new top-of-the-line iPhone alongside future Pro and Pro Max models, tentatively referred to as "iPhone Ultra," and one designer has taken it upon himself to envision what such a device could potentially look like.
German industrial designer Jonas Daehnert came up with this impressive-looking concept (pictured) by marrying design elements of the...
Google's Chromium developers are working on an experimental web browser for iOS that would break Apple's browser engine restrictions, The Register reports.
The experimental browser, which is being actively pursued by developers, uses Google's Blink engine. Yet if Google attempted to release it on the App Store, it would not pass Apple's App Review process.
Apple's App Store rules dictate...
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.