Xcode 7.3.1 application feed in Appstore

Does Apple support apps built with Xcode 7.3.1 ( Swift 2.2 ) for the AppStore ?

Or should it be ported to Xcode 8 (at least Swift 2.3 or higher)?

+5
source share
2 answers

Currently, you can still download applications created using Xcode 7.3.1 , but which you should use:

  • Xcode 8.0 or higher

or

  • Application Loader 3.6 or higher (bundled with Xcode 8)

for the boot process.

This was after the public release of Xcode 8, and the application was adopted for subarray. Tested on Mac OS Sierra (10.12.1)

+3
source

Yes, Apple still agrees. If it does not work by default (archive, then uploaded to the AppStore), try exporting the .ipa file and uploading it through Application Loader.

+2
source

Source: https://habr.com/ru/post/1259159/


All Articles