How to update the app on app-store without new version? - iphone

I have uploaded an app on app-store. And I have just forget to remove an alert in it. Now I want just to update the old app without new version. So please help me to do this.

You can't. You must submit a new version for review. This new version must have a higher version number than the current version. There is no way to simply update an app.

There's only two ways in which you can upload the same app on App Store:
Upload a new version.
You'll have to delete your old app and upload
the new one. In this your waiting queue will start from the day one. For example: if you've uploaded your app 2 days before and if you remove it now and upload the new build you are back to day 0 and you'll have to wait for 7 more days.
Uploading a new version is the good idea if your Alert is not very critical.

If the version you uploaded is not yet approved and is still in review, you can go to the 'Binary Details' page and 'Reject the Binary' Then the status of your app will change to 'Developer Rejected'. In this case you can re-upload the new binary having the same version number.
If the version is already approved, you'll only have to create a new version.

Related

How do I update my app with a new build version?

I already have an app published on the app store but I have made changes and want to submit a newer version. How do I do this? Do I have to make a complete new app version and enter every detail again?
What about the data inside the app will people who used my app lose all the data on the app?
Hi and welcome to stackoverflow. To update an iOS app, you will need to re-use the exact same bundle ID as the previous version and increment / increase the version number. Same applies to subsequent builds submitted to App Store Connect.
1) In Xcode make sure to use the exact same bundle identifier (You can look it up on https://appstoreconnect.apple.com if you can't remember it)
2) Then set the Version to the new version. This does not need to be the exact same as on App Store Connect (which is the customer facing number), but I can only highly recommend using the same to not get confused.
2A) If you already have a build uploaded for the new version, you need to increment the build version as well. (i.e. if you have build 1.0.0, next one can be 1.0.1)
3) Create a new version of your app on App Store Connect. This can be done independently from your work in Xcode and you can even upload a new build even though there is no new version yet.
Any changes inside your build requires a new update for you app.
How do I do this?
First you have to add a new version in AppStore Connect. The only thing which is required is the text for the update i think, the rest is optional(Screenshots etc.).
After that you can upload a new version from Xcode (or Application Loader).
- increase the build number of your build target
- archive your app and upload it to AppStore Connect.
After a while your build is available in AppStore Connect and you can add it to your new version and send it to review.
What about the data inside the app will people who used my app lose all the data on the app?
Files in the documents directory will not be deleted if a user updates your app
Data in the UserDefaults will also not deleted
Files in the cache directory can be deleted every time

How can I submit a new version to the iOS app store without code changes?

I want to change the screenshots of my iOS app. This requires me to create a new version of my app. I created a new version in iTunes Connect, but is there a way to tell it to use the same binary I submitted last time for this?
Alternatively, is there a way to take an archive from the Organizer in Xcode, just increment its version number, and pass it off as a new version?
if you take archive from the Organizer in Xcode than it will give you last build which is uploaded in app store.
That build not contain new version number so you can't upload it.
So its better to increase version number of your app and upload to app store.

Submitting New Version Of The App To The App Store

I have an iPhone app that was accepted in the App Store almost a month ago. Now i have updated my app with some new features and added iOS 7 support etc.
This is actually the first very first time i am going to submit a new version of the same app to the App Store.
As far as it seems, i have to go to iTunes Connect > Manage Your Apps, select the app and then click on "Add Version" and add the version number and whats changed in the new version. Go back and add the updated screenshots and then using Xcode, i can submit it for the approval.
The question is that is there anything else that i am missing and that i should do in order to submit the new version of the app? As i said i am doing it for the very first time. Thanks!
Things you may wan't to consider:
submitting any new in-app purchases with the new version of the app
make sure your app version and short app version is higher than the one in the version currently in the app store, otherwise you will not pass validation
run validation before submitting so you can see if you get any warnings, sometimes there may be collision with Apple private apis. If they are in your code, I'd suggest to rename your methods
The only thing you need to do now is to update the version number and the build number in your Xcode application, archive your app and submit on the AppStore.
On iTunes Connect you set the new version number :

IPhone app submission to applestore

I am going to submit updated version of my existing app on apple store.I am not sure when i will submit my new version for approval than in that duration my running app on apple store will be removed or remain.
Plz help .
When you submit your app then it takes 10 days to accept during this period your running app
is not remove. but when your updated version is accept then your previous version replace by new one.

Upload an app's update to the app store !

I have an app that is already existing on the app store ,But now i made its updates means i updated its UI its OS compatibality and other thing that will make help to run on the newer os now i want to put it on as a update to the existing user of the app and if a user have never this application then it will be a fresh application to him,How can i do that .? i was planning to make its plist version 1.2 but i think it will then not replace the app from the app store and for a new user there will be 2 app for the same build. HOw can we do that .......
You're over thinking this.
Increment your version number.
Log into iTunes Connect. Click on your application. Click the 'Add Version' button.
Go through the steps to submit your latest build with it's updated version. Once approved new users will be able to download it, and existing users will be able to update to it. There will not be two versions on the app store - just one; your latest.
Apple have thought this through for you ;)
If you update your app on the AppStore the old version is removed once the update is approved. The new version will replace the existing one. Your app will not show up in the AppStore with 2 different versions.
Users who have the old version will see an update. New users will only be able to install the newly added update.