Xcode 7.3.1 app submission to the Appstore - ios

Does Apple still accept apps built using Xcode 7.3.1 (Swift 2.2) for the AppStore ?
Or does it have to be migrated to Xcode 8 (at least Swift 2.3 or above) ?

Currently you're still able to upload apps built with Xcode 7.3.1, but you have to use:
Xcode 8.0 or higher
or
Application Loader 3.6 or higher (bundled with Xcode 8)
for the upload process.
This was after the public release of Xcode 8 and the app was accepted for submisson.
Tested on Mac OS Sierra (10.12.1)

Yes, Apple still accept.
If it doesn't work in default way (archive, then upload to AppStore), try to export .ipa file and upload it via Application Loader.

Related

Is it possible to upload to App Store using Xcode 9 GM?

I just prepared an app which is compatible with iOS 11. When I export through Xcode 9 GM I'm not getting any issue. same thing I'm exporting through Xcode 8.3.3 getting alignment issue on one page.
Can we upload an application through Xcode 9 GM or shall we need to wait until an official update for Xcode 9 in Mac Appstore?
Thanks in advance.
Yes developer can upload binary through GM(Golden Master) Xcode build actually this is a pre
release of final Xcode build it can be used to build & submit to App Store. In beta release developer can only use
to develop app.

iOS app validation errors

Today I was trying to upload my app to the iOS app store, but was unsuccessful. I tried different techniques like through Application Loader, but nothing worked for me. Then I read at some blog to validate the app first before uploading. And while uploading I got this issue (see screenshot).
I am using Mac OS Sierra, and Xcode 8.2 beta
You are using Xcode 8.2 beta and the error tells you not to use beta. Use the GM version of Xcode 8.2 and macOS Sierra. It's that simple.

can I built app (xcode 7.3.1 objective C) on iOS 10 ? or any other solotion?

I have created an application in xcode 7.3.1 (Objective C) and want to run this app on my device iOS10 it is possible?
Xcode 7.3.1 cannot install applications on iOS 10. To do that from Xcode you need to upgrade to Xcode 8 and macOS 10.11.
You can upload your app to the app store and install it using TestFlight. Or you can create a Hockey account and download it using the Hockey app.
There are couple of option for your application to run in iOS 10.
1) you can build ipa and upload on any third party service (e.g https://www.diawi.com/)
2) Create AdHoc/AppStore Build
3) Download Xcode8 and migrate your app to new Xcode. This will be better as you can debug your application code if you choose this option.
Note : For Download Xcode8 you need to upgrade your OSX to 10.11.4
For Option 1 & 2 you can not debug your application code.
Hope this will be helpful !!!

Could not submit app to iTunesConnect review

I am using OS X El Capitan 10.11 and Xcode 6.4 6E35b, when i click the button submit for review in iTunesConnect it says this error "Apps and app updates submitted to app store must be built with Xcode 5.1.1 or later, and iOS 7 SDK".
I have no idea why this is happening, Xcode 6.4 is not a beta version, i downloaded it from AppStore, it's a public release. If anyone know about this help me out here.
When i tried through application loader :
INFO ITMS-90111: "Your app is built with a beta version of Xcode or iOS SDK. Only apps distributed for beta testing may be built with beta software. To submit an app for distribution on the App Store, you will need to build the app with release versions of Xcode and iOS SDK."
Another solution - use Application Loader:
Export your app as IPA, signed with provision profile for App Store
Open Application Loader (open Xcode, menu Xcode->Open Developer Tools->Application Loader
Sign in with your iTunes Connect credentials in Application Loader
Upload your app
PS: This way is also useful, when you have multiple iTunes Connect accounts for different clients, and you need often upload different apps for them
We're having the same problem. It seems that Apple have just changed the definition of being 'built with beta software' to not just mean a beta version of XCode, but also a current version of XCode on a beta version of the Mac OS.
See a long thread of upset app developers on the Apple Developer Forums here:
https://forums.developer.apple.com/thread/12848
Yeah, used to have the same problem for tvOS applications with last Xcode 7.2.1 from App Store. Downgrade the Xcode to 7.2 version had solved my problem.
Check This in your Code:
Go to Project -> Info -> iOS Deployment Target
Make sure it will be not below -> 5.1.1
Set it with 6.0
Clean project & try again
Hope it will work for you.

Issue while submitting app to iTunesConnect

I just completed making an app in Xcode 6.1 (GM), i have Mac OS X Yosemite GM and all the new updates.
When i submitted my application in the iTunesConnect website it says,"Apps and app updates submitted to the App Store must be built with Xcode 5.1.1 or later, and iOS 7 SDK"
Need help, how can i solve this issue?
Xcode 6.1 includes the iOS 8.1 beta SDK. You can't submit to the app store using a beta SDK. You'll have to download Xcode 6.0.1 from the Mac app store. Be sure to rename Xcode 6.1 so that the app store doesn't overwrite it.

Resources