Question

This is the first time ever I upload an App and I'm getting crazy, I open Application Loader and follow the steps, I select an ipa file and then I get the following errors:

enter image description here

What I understand is that I'm missing some kind of certificate or something like this, how can I fix this? If I try to upload my app trough XCODE I can't because:

I go to my Archived app -> Distribute -> appstore -> and it says that IM mising some identities, so...

If someone please help me and explain the process of uploading the app

Thanks!

Was it helpful?

Solution

I had the same problem it drove me insane to fix it. Update your Xcode to 5.1. I added this to my build settings to plist

    MinimumOSVersion = "5.1.0",
    UIApplicationExitsOnSuspend = false,
    UIPrerenderedIcon = true,
    UIStatusBarHidden = true,
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top