App Store application renaming [duplicate] - iphone

Is there any way to rename you app in itunes connect?

Yes, but only at the time when you submit a new version or if the app hasn't gone live yet.

Now you can rename your app's name while uploading new version. You can edit your app name inside metadata information.

Open iTunes connect page with your application.
Then open version of application and press "Edit" near "Metadata and Uploads".
You can edit there.
You can change the app name if application is not yet released in AppStore, phase 'Waiting For Review' is ok

You don't need to submit a new version (If you haven't gone live yet), Nor is it impossible.
Click on the app to go to App details. At the top beside "Version Information" click edit. Change the app name and press save.
That's it! :D

Home -> Manage Your Applications -> yourapp -> Versions (if you already have multiple versions, otherwise it will just be Version Information)
The app name is listed under Version Information but there's no way I can see to edit the Version Information of a submitted and approved app.
You can only edit the app metadata and that does not include the name.
You need to create a new version and you will be able to put in a new app name.

If your application is in Waiting for review mode then you can change your app name inside Viewdetails->Metadata and Uploads->app name
If your application is in live mode then you need to submit new version with new name.

You can rename the name of the app on the Applications Manager inside iTunes Connect. Choose the app. Edit it. That is simple.
To alter the name that shows under the icon you need to change the .plist config file inside the app package and upload it again. The standard is the Project name itself but you can change this in the bundle.

Related

iPhone Change App Name

I am trying to change my App Name, in iTunes Connect for an app update. I do not see the option.
Is this still possible or did Apple remove this feature?
You can definitely do it. It's on the version details page, under app localizations - you need to click edit there and then you can change the app name. You can only do it when you're uploading a new version though so make sure you do that on the new version you've created in iTC rather than the existing version.
Click this
then this

How to update an iPhone Application

I got an App on AppStore, but since I launched it on the store, I have made some changes. How do I update my App to appstore?
Thanks
Needless to say, i JUST wan't to rename my Application so that it shows a different name on the Home screen of the user
Go to itunesconnect.apple.com and login. Then you go on manage applications and choose your app to update. There you can prepare your app to the update with informations etc.
To Rename the app you have to look in the plist file. There is a row for the product name. This is the name that is displayed on the screen.
After this. Archive the App with the distribution provisoning file and submit mit through the organizer.
An update is pretty much the same process as the initial release. Make your changes and test on your device. When you are happy with it, build the release version and use the "Add Version" button in itunesconnect to upload the new version of the app.
In your plist you can change the "Bundle display name" key. If your bundle identifier remains the same this will just change the name of your app in springboard.
App update process is smilier to new release app but you have to remember two major things.
Change the version of your app in plist file
Add a new version of your app in ituneconnect with the same version no you entered into the plist file.

How to rename your app in itunesconnect?

Is there any way to rename you app in itunes connect?
Yes, but only at the time when you submit a new version or if the app hasn't gone live yet.
Now you can rename your app's name while uploading new version. You can edit your app name inside metadata information.
Open iTunes connect page with your application.
Then open version of application and press "Edit" near "Metadata and Uploads".
You can edit there.
You can change the app name if application is not yet released in AppStore, phase 'Waiting For Review' is ok
You don't need to submit a new version (If you haven't gone live yet), Nor is it impossible.
Click on the app to go to App details. At the top beside "Version Information" click edit. Change the app name and press save.
That's it! :D
Home -> Manage Your Applications -> yourapp -> Versions (if you already have multiple versions, otherwise it will just be Version Information)
The app name is listed under Version Information but there's no way I can see to edit the Version Information of a submitted and approved app.
You can only edit the app metadata and that does not include the name.
You need to create a new version and you will be able to put in a new app name.
If your application is in Waiting for review mode then you can change your app name inside Viewdetails->Metadata and Uploads->app name
If your application is in live mode then you need to submit new version with new name.
You can rename the name of the app on the Applications Manager inside iTunes Connect. Choose the app. Edit it. That is simple.
To alter the name that shows under the icon you need to change the .plist config file inside the app package and upload it again. The standard is the Project name itself but you can change this in the bundle.

how to create binary of iphone application

On reading the iTunesConnect_DeveloperGuide.pdf, i came across the term binary. This is the paragraph found in the pdf:
To submit your application through iTunes Connect and get it posted on the
App Store successfully, make sure you have the following:
Application binary (includes 57px icon), large 512px icon for use on the App Store,
primary screenshot, contract information, export compliance information and applica-
tion metadata
It is also mentioned that the binary should be a zipped file.
Can anyone please explain what is a binary and how to create one?
Thanks
This is the method I found out. Please correct me if there is any mistake:
Find the file ending in ".app" in the Products folder of your application in Xcode.
Right-click on it and choose Show In Finder.
From there, right-click again and choose Compress.
The resulting zipped file is the binary of your iphone application.
In this case, what Apple really means is the complete Application Bundle. You create it by building your project with XCode for the iPhone OS target. Don't forget to sign it for App Store Distribution during the XCode build process, as described in Apple's iTunes Connect / Developer Pogram Portal documentation.
To submit an app update, just log on to iTunes Connect (itunesconnect.apple.com) and click on "Manage Applications". Click on the application you want to update. From there, there is the icon of the app and next to it, a button that says "Add Version". Click it, and from there just follow iTunes Connect's advice! If you submit a NEW application with the same name but a different version, it will just add a NEW application to the app store (if it doesn't give you an error)! Then, v1.0 and v1.1 will BOTH be available for download.

What is the instruction to release updated iPhone application to App Store?

My application just available on the App Store but I found an error, so I fixed it. But from this point I don't see any sort of document about "how to submit updated application to App Store?".
Could you help me with any clear instruction? Which I have to change to make the new version replace the old version and available for user to updated?
Follow the same build process as you did before - build an App Store release binary.
Log into iTunes Connect.
Click on 'Manage Your Applications'.
Click on your application icon.
Click on 'Update Application'.
Fill out the form and upload the zipped version of the new binary.