0

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!

4

1 に答える 1

-1

私はそれを修正するのに気が狂ったのと同じ問題を抱えていました。Xcode を 5.1 に更新します。これをビルド設定に追加しましたplist

    MinimumOSVersion = "5.1.0",
    UIApplicationExitsOnSuspend = false,
    UIPrerenderedIcon = true,
    UIStatusBarHidden = true,
于 2014-03-27T04:59:31.983 に答える