Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iTunes Store Operation Failed When Uploading App Inside Xcode Description Length Too Long

Tags:

xcode

ios

iphone

So when I go into Xcode -> Archive -> Upload To App Store I get this: enter image description here

I have no idea how the description length is so long. Inside the Itunes Connect portal, my release descriptions are very short.

How do I change this inside Xcode?

I've tried using the Application Loader and other versions of Xcode but get the same error.

Any suggestions appreciated.

like image 957
Jack Robson Avatar asked Nov 05 '17 14:11

Jack Robson


2 Answers

When I have run into this stockoverflow page, I have tried all the steps but could not succeeded. My app was build with ionicframework and I was getting 2 errors. The first one was "iTUNES Store Operation Failed: description length" error and another one was complaining about image path is not wring for icon.png. After fixing image url error, this error didn't appear anymore.

I realized that I was using image.xcassets but I left icon bundle in the plist file, and this was, somehow, causing the description error as well. I simply removed icon.png line from plist file and I could upload binaries to ap store

like image 187
Gultekin Avatar answered Sep 22 '22 02:09

Gultekin


I got this top two errors a little earlier and after two hours searching got that

Unity iOS build setting -> Resolution and Presentation ->

Multitasking Support (Requires Fullscreen: option was Inactive).

After Active this option all error gone.

like image 27
Khalid Musa Sagar Avatar answered Sep 22 '22 02:09

Khalid Musa Sagar