Unable to upload iPhone app using Xcode 6 beta - ios

I am trying to upload a new version of my iPhone app but I am getting following error:
unable to validate application archives of type 0x0
I can't upload it from Xcode 5 as I am getting error because of new api of push notification. My app is not using swift and has a small code change in previous version. How can I upload this new version of the app?

Apple does not allow developers to upload apps using beta versions of Xcode. Xcode 6 is now out on the App Store, and the GM can also be downloaded from their developer site.
Do not submit apps built using beta software, as beta versions of Xcode, Operating Systems, and SDKs are for development and testing only.
Source: Apple's Dev Site

Related

Xcode 11 beta 5 - Unsupported Xcode error

I am trying to upload to Testflight but I receive this error while uploading the archive, any workaround?
ERROR ITMS-90744: "Unsupported Xcode or SDK Version. Your app was
built with a version of Xcode or SDK that is not yet supported for
upload to App Store Connect. For more information about supported
versions of Xcode and SDK for Testflight or App Store submissions,
view the App Store Connect What's New page
(https://developer.apple.com/app-store-connect/whats-new/)."

Upload app to App Store with MacOS 10.12

I made an app using PhoneGap that I now want to upload to the App Store.
I wanted to use the XCode Application Loader but I can't seem to be able to download XCode not being on High Sierra as I want to wait for the next MacOS version due to the bad reviews of High Sierra.
I tried downloading Application Loader 3.1 from iTunes Connect but it seems like it doesn't let me log in.
Is there any way to upload an app to the app store with MacOS Sierra?
From the Apple web pages:
Build with iOS 11 SDK
Update your version of Xcode to the latest release of Xcode 9 available on the Mac App Store, which includes the iOS 11 SDK, and build your apps. Starting July 2018, all new iOS apps and updates submitted to the App Store must be built with the iOS 11 SDK. All new iOS apps and updates for iPhone, including universal apps, must support the Super Retina display of iPhone X.
So if you are building against the iOS 11 SDK, you should be able to submit your app. If you are not, you can't.

IOS App developed using Xcode 4.6 can be comptaible with recent Iphone versions

I have owned a MacBook (13 Inch) with OSX 10.7 (Lion version), and I found that the latest Xcode version comptabile with this computer is 4.6, which allow to create applications using IOS6 SDK.
Can I develop applications using IOS6 SDK and same time be able to run them on latest Apple Iphone devices and publish those apps on AppStore?
Testing Legacy Tool Support Says
For compatibility reasons, the App Store will often accept apps that
are built with some older versions of Xcode or Base SDK.
To determine if an older Xcode configuration is currently accepted by
the App Store, you can choose "Archive" under the "Product" menu to
make an archived build, then use the Validate feature, to test if that
build meets minimum requirements for submission to the App Store.
You may find it easier to create a test test bundle ID in the Member
Center and application record in iTunes Connect to test your build
environment, so you don't need to correctly configure every
entitlement your app uses.
Before 1 year when I submitted the app to app store I found out that
If I had lowest version I could not upload app to app store.Then I downloaded
xCode 6 also I must have minimum iOS 7.So you
should have minimum xCode version 6.Unless you have xCode 6, you must
not submit he app to app store.
At the same time you should have minimum iOS version or deployment target 7
I think the answer is yes. The big requirement is that your apps be 64 bit. The app store no longer supports 32 bit apps.
If you build apps on an older version of Xcode you won't be able to install/debug those apps from Xcode onto devices running newer OS versions, but you should be able to build an IPA and install it through iTunes.

The bundle is invalid. New apps and app updates submitted to the App Store must be built with public

Since yesterday I can not validate the app but in last week it works great and now it didn't. I get the error:
The bundle is invalid. New apps and app updates submitted to the App Store must be built with public.
I'm using xcode 5.1 and SDK 7.1
Have someone any idea?
Problem is not compliance with apple's role. According to apple's news,
Starting May 15, 2014, new apps and app updates submitted to the App
Store must be built with Xcode 5.1.1
Take build with Xcode 5.1.1 and check it. Xcode version info taken into binary during archive process, see this post.
i also had the same problem with Xcode 5.1.1
you have to update your Application loader for resolve this problem because today onwards Apple accept APP Binary only from applications loader,
for latest version of application loader.
go to iTune Connect login with your Apple credential
Go to --> Manage Your Apps
from the bottom links goto Download Application Loader . its 82 MB .dmg
open your project with XCODE 5.1.1
now set your app deployment target to 7.1 or 7.0 (minimum)
now try to upload your binary with latest Application Loader
Thanks

App Reject By ios App Store

I am using libgdx to create an ios app. I checked the sdk that is is compiling with, and it is 7.0.2. How do I fix this?
1 package(s) were not uploaded because they had problems:
/var/folders/cj/t7129jm93gv3pj_wjdfjq2qm0000gn/T/834524929.itmsp -
Error Messages: Apple's web service operation was not
successful Unable to authenticate the package:
834524929.itmsp ERROR ITMS-9000: "This bundle is invalid. New apps and app updates submitted to the App Store must be built with
public (GM) versions of Xcode 5 and iOS 7 SDK. Do not submit apps
built with beta software." at SoftwareAssets/SoftwareAsset
(MZItmspSoftwareAssetPackage) Could not start delivery: all
transports failed diagnostics
This bundle is invalid. New apps and app updates submitted to the App
Store must be built with public (GM) versions of Xcode 5 and iOS 7
SDK. Do not submit apps built with beta software.
Let's look at this part carefully:
Must be built with public (GM) versions of Xcode 5 and iOS 7
SDK. Do not submit apps built with beta software.
Zoom in a bit, please?
Do not submit apps built with beta software.
You are using the Xcode developer preview, probably Xcode 5.1 for iOS 7.1 beta. Since this iOS version is not out, Apple does not allow you to submit apps compiled under this version of Xcode, hence your bundle is "invalid".
Simply open up Xcode with this project, fix any errors that may come, recompile and submit.

Resources