Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't upload application from Application Loader

I finished work on an iPhone app in MonoDevelop and got a distribution provision from Apple. In the Release|iPhone build of MonoDevelop I set the 'Iphone App Bundle Signing' option to use the distribution user/provision and I built the app.

It created a .app in the bin/release folder. I tried uploading it using the application uploader but it wouldn't let me select the .app I had just built (it was greyed out)

Any ideas why that might happen?

like image 889
meds Avatar asked May 07 '11 11:05

meds


2 Answers

I believe that the Application Loader only accepts zip files. Have you zipped up your app bundle?

like image 71
Jason Avatar answered Oct 20 '22 05:10

Jason


Double Click 'Deliver your app', then you should be able to select the .ipa which is different than a template.

like image 3
wantrapreneur Avatar answered Oct 20 '22 04:10

wantrapreneur