New iOS app version and 64-bit support

I have an iOS app already available on the App Store. So far, I've created this app with these settings:

  • Architectures: $ (ARCHS_STANDARD_32_BIT)
  • Valid architectures: arm64 armv7 armv7s

I had several versions approved this way, the last one in July and the app works great even on iPhone 5S in 32 bit mode.

However, I recently read this ( Application Extension Programming Guide )

A note on 64-bit architecture

The target of an app extension must include the arm64 architecture in its Architecture create customizations or it will be rejected by the App Store. Xcode includes this architecture with its "Standard Architectures" when you create a new application extension target.

If your supporting target app links are included in the native framework, the app must also include the arm64 architecture, or it will be rejected by the App Store.

Does this mean that if I submit a new version of my application now, it must be built for $ (ARCHS_STANDARD), otherwise it will be rejected otherwise? Or would setting arm64 armv7 armv7s

as valid architectures still be sufficient? Is there a time limit for 64 bit support?

Thank you in advance

+3
ios architecture 64bit app-store


source to share


No one has answered this question yet

Check out similar questions:

324
"Warning: iPhone apps must include armv6 architecture" even with build config set
89
IOS App View: No 64-bit support
17
Can you target Xcode 5.1 dependencies to build only valid architectures?
12
xcode 5.1 - Undefined symbols for x86_64 architecture (zbar)
nine
How to convert xcode 32 bit app to 64 bit xcode app
3
What does Apple mean when it comes to the 64-bit requirement for extensions on iOS8?
1
IOS app "No support for 64-bit support" when downloaded via app loader
1
AppStore 9000 armv7 application view architecture error
0
Lack of support for the 64-bit version when loading in the AppStore
0
App Store submission without arm64



All Articles
Loading...
X
Show
Funny
Dev
Pics