I've tried to submit iOS app, my app is validated correctly and when i click submit from Xcode organizer, it is taking too long and it is not stopping anywhere. My app size is 40mb. Any ideas of why it is happening?
Asked
Active
Viewed 2,167 times
2 Answers
0
Maybe you have (sorry to say) a crappy connection. Have you tried monitoring your connection with something like iStat Menus or slurm, iftop?

Cyrille
- 25,014
- 12
- 67
- 90
-
-
if i'm using application loader, what kind of file should be chosen to upload -- ipa file or any other. – Mukunda May 14 '12 at 09:07
-
0
try using the application loader, which is the much better option as you can monitor each and every activity in it. And much easy to use.

Harshit Gupta
- 1,200
- 12
- 27
-
Ok when i use it is asking to choose a file. What kind of file to be chosen-- .ipa file or .app file – Mukunda May 14 '12 at 08:54
-
First you need to create the app ditribution build using "iphone distribution profile for app store" after it find out the build in build folder of the project's root directory. Compress the build to .zip file. This zipped file will be then used by the application loader. – Harshit Gupta May 14 '12 at 09:05