Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have to publish first update for my publish application. I want to do it right, but have no idea how :( Any help please?

thanks in advance

share|improve this question
Do you want to upload your project to the appstore? – sanchitsingh Jul 26 '12 at 12:02
@sanchitsingh : yes – iArezki Jul 26 '12 at 12:14

closed as off topic by Inder Kumar Rathore, rckoenes, albertamg, Vin, bažmegakapa Jul 27 '12 at 11:47

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

3 Answers

up vote 4 down vote accepted

You do just like you would when creating the application initially. Only difference is that once you have created your new build (with higher version number string in the plist) in Xcode and you are in iTunes Connect, instead of clicking 'Add New Application' in the 'Manage Your Applications' tab, you'll go into the application you are updating and clicking 'Add Version'.

share|improve this answer
1  
+1 It is as simple as this. – Till Jul 26 '12 at 12:28

You login to iTunes Connect and create a new version of your Application.

It asks you for changes you made in the update.

Then you upload the binary and wait for the review.

Simple as that...

share|improve this answer

Try this link to publish your app to the appstore. This will help you a lot.

http://docs.xamarin.com/ios/tutorials/Publishing_to_the_App_Store

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.