문제

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!

도움이 되었습니까?

해결책

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,
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top