Cannot update my app in the ios store - ios

I currently have an app with version 1.0 that just got approved for the ios store.
The approval time was a little more then two weeks and during that time I fixed a major issue on my app. to test this version out on TestFlight with my testers I gave it a version 1.1 . Now I wanted to submit my 1.1 version app to the app store. In order to do that I clicked the add version but on my app and added the version 1.1. Now when I attempt to upload my project using XCODE I get the following error
Any suggestions on how I can fix this ?

If you have already posted the correct 1.1 build to TestFlight then you don't need to upload it again. You can submit it using iTunes Connect without uploading again.
If you want to submit a revised 1.1 build to the App Store, then you need to change the build number.

Related

iOS: Is it possible to revert a version in tesflight

I accidentally submitted an app with a version number that is way over the existing version to TestFlight. i.e existing version is 1.1.1(5) and mistakenly I submitted 3.1.1(1.) Now when I try to submit an app to TestFlight with previous version with a build number slightly over than the previous (i.e 1.1.1(6)) I am not permitted. Is it possible to revert/delete the app with accidental build version.
You can try to reset your version via website #madu

Deprecated Xcode Build issue while sent version from Xcode version 8.3

I have recently uploaded a build in AppStore(TestFlight) and got the following mail from AppStore,
Dear developer,
We have discovered one or more issues with your recent delivery for
"MY APP". Your delivery was successful, but you may wish to correct
the following issues in your next delivery:
Deprecated Xcode Build - Due to resolved app archives issues, we will
be deprecating Xcode 8.3 on May 10, 2017, at which time app archives
built with 8.3 will no longer be accepted by the App Store. Download
Xcode 8.3.2 or newer, rebuild your app and resubmit.
After you’ve corrected the issues, you can use Xcode or Application
Loader to upload a new binary to iTunes Connect.
Regards,
The App Store team
Will there be any problem on releasing the current build for review ?
Or
Do I want to download the latest Xcode version as mentioned in the mail and upload an another build ?
Will there be any problem on releasing the current build for review?
If you submit your app for review and will be reviewed successfully before the May 10, 2017, than you do not need to do anything with you current build.
Do I want to download the latest Xcode version as mentioned in the mail and upload an another build ?
You should be updating to the latest Xcode anyway, at least for the sake of having all the latest tools and API's available. If you would like to submit a new build after the May 10, 2017, you have to update Xcode, rebuild the app and submit a different binary for Apple to review.
Overall, i would recommend to update now, and submit a different build, because you will have to do it anyway in the near future, and your app will not be rejected because of the Deprecated Xcode Build issue for sure.
EDIT:
Xcode 8.3.2 is available in the App Store.

Cannot add build to submit app

Hell everyone,
I have validated and submitted my build via Xcode to iTunes Connect. However, it seems iTunes doesn't recognize my new builds, so I couldn't use them to submit for review. As you can see that iTunes recognized version 1.0 and 1.0.1 which I had used Xcode 5.1 to submit, for version 1.0.2 and 1.0.3 I had used Xcode 6 and got the issue. I haven't seen this problem before, what's wrong with my build? Does I have to use Xcode 5 to submit app again? Please help
I met the same problem just now,and I solved it.
Perhaps it was caused by new itunesconnect and it takes time before your build become available for review.
After waiting for about 1 hour,my build become Inactive and can be added for review.
It's really stupid.

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

Submitting app on App Store

I had uploaded an app on app store with version 1.1.0.
It was accepted and is now on sale.
Now I have made small fixes and need to submit the app again.
Will I be able to submit the app on store, if I keep the same version.
Build version is not the version that app-store uses. It's just for the purpose of developers to refer for themselves. Both values needs to be incremented for application to upload.
Bundle version is the important one and should be updated if you want to update your app in app-store. It will also be shown in app-store.
It is necessary to change the version of the app before uploading to app store. First you need to create a new app with new version like 1.1.1 And the same version you have to update in your info.plist file in version field OR you can change it in the Summary section 1.1.1
Build Version - This is for the developers to track of the build
App-version - this is for the application version check - using which the user's get a notification about a new version of the application being available for download.
Ideally, I don't think there is any reason to upload a fresh build without changing the app-version. The latest updates to iTunes connect enforces incremented Build version.

Resources