Remove version from appStore - app-store

I have my app on app store with version 1.2 with status ready for sale.I want release new version 1.2.1 on app store but by mistake i have created 12.1 version.so is there any way to remove this version and create new version.

I have resolved my problem by just updating version number available below app icon of my app and save it .as shown in the screenshot

As image shown below set your version in xcode and upload app to iTunesConnect that will change automatically.

Related

updating flutter app to newer version from older version in play store

Few days back published flutter android app on play store and now I want to update that app in play store and so have made changes in the code and but now I am confused that whether I have to generate a new key using the same procedure I did while publishing the app for first time(generating the key and then run flutter build app bundle) or I have to follow some other procedure.
Kindly help, millions of thanks in advance.
all you have to do is update the version in pubsec.yaml, and you just you have to build the apk/aab again then release the updated version on the playstore as you did before.
for more information on upgrading version check this
as a bonus if you want to display a message to your users the your app got updated then you can use this package

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.

start over iOS app

I have an app published in the store, which i want to change so much its internal working, that i decided to start over. I successfully finished the new version of my app, but when i install the previous version of the app, and run the new version from xcode to check if everything is compatible, i get "Could not change executable permissions on the application".
What i did was to change the bundle identifier of the new version of the app to match the old one, but i cant get it to run under the same name. Do I need to do something else? The app runs great if the old one isn't installed, but when I have the old one installed, and I want to run the new one, so it replaces the old one, i get the error i mentioned above.
Thanks
The problem I had was related with the use of unreleased iOS beta software. It is solved by testing my apps on a device running the last released OS (iOS 5.1.1 at the moment).
i think you should try to remove the app that have same bundle identifier in you iOS device ,
hope this can help you!
I just had this same issue which almost caused me a meltdown. I'm on xcode 5.1 and ios 6. My answer was to delete the app on my iPad by holding my figure over the app icon, then pressing the 'x' that appears next to it. Then I went back into xcode and built the project.

uploading a i-phone application to apple store?

i have been trying to uplaod an application to apple store for 2 days now..first they said the provisioning profile was not right due to which i had to make a new one and upload it again now after that problem was solved while uploading the new binary it said the version was same with the previous minor version(1.0 - which someone else uploaded in my company)..then i changed the version to 1.1 by changing it in target > info > properties..then i cleaned all targets quite the xcode,restarted the xcode and build the project again..it succeeded and now wen i uploaded it it still says the same error
version same with the previous minor version
is there any other way of changing the version number though in my info.plist file it is showing version:1.1??
i am all new to iphone and the person who created the application is not here and i dont have any CFbundleversion in my info.plist which some people suggested me to update??
Alternately you can change CFBundleShortVersion string in app-info.plist file and increment it. I have faced the same problem earlier. This property is not present by default and needs to be added.
Bundle versions string, short is the parameter name
Change your version from 1.1 to 1.1.1 or 1.2 For each new binary, your version number should increase. How to increase version numbers will depends on your versioning system.

Not able to update existing application using Itunes

We have developed the iphone application version 1 and installed it in the iphone device when i try to install its version 2 or its updates via itunes than it doesn;t syn with the iphone and the run the last app that have been installed and i think it picks up from cache
i want it in a manner that it overwrite the app over on the last version and pick updates from second one that the data can be retained between the both of the the versions using itunes .
Let us know how to update previous version app with new version app using ITunes.
Thanks
Balraj
Did you remember to bump the version number in the .plist file? iTunes doesn't use the file date to decide you have a newer build, it apparently checks the version number of the app bundle.