Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Steps to upload an iPhone application to the AppStore in xcode4

as xcode 3 and xcode 4 is totally different. i'm a bit lost to submit app to app store.

  1. Do i still need to duplicate "Release" to create "iphoneDistrubition" configuration. Or can I straight away use Release?

  2. Is Archive in xcode4 = Build in xcode3 for the purpose of submission app.

  3. If Archive = Build, the icon of the app is very blur in xcode4 organizer. Is that normal?

  4. Is there any other additional steps to follow in xcode4 to submit app to appstore.

Thanks for any help. =)

like image 645
moon Avatar asked Mar 23 '11 05:03

moon


People also ask

How do I submit an app from TestFlight to the App Store?

After beta testing your final build, submit it to App Review, then offer it on the App Store. If you used TestFlight to distribute a beta version, and entered the additional information required by App Store for a release, just submit the last build that appears in App Store Connect to App Review.

How much does it cost to put an app on Apple Store?

Apple App Store Fee - 2020 To publish your app on the Apple App Store, you should get to know that Apple App Store Fee for the users an amount of $99 on an annual basis as a cost to publish apps.


1 Answers

Xcode 4 makes it easier to submit.

As you have discovered, all you have to do is archive.

The blurry icon is expected behavior as it is a bigger square than on the device.

After you archive you will have the option to submit to the app store, just make sure you are using the right provisioning profile and you will be good to go.

It is useful to know xcode 4 also allows you to do the validation test before submitting so when you submit you are certain there are no problems.

Hope it helps!

like image 176
Zebs Avatar answered Nov 09 '22 17:11

Zebs