Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

faild to upload app which build by ios5 - relate to UIRequiredDeviceCapabilities issue

I face a problem, I use ios 5 build the distribute version app as before, while I upload the binary app to iTunes, it report error as follows:

"This bundle is invalid, The key UIRequiredDeviceCapabilities in the info.plist may not contains values that would prevent this application from running on…"

I also googing such type problem, I got answer that say I have to remove the old version app from iTunes (this will discard old app user and rating) and upload new app to iTunes … this way looks is bad solution, I want keep old app users… anyone can help for this purpose ? thanks a lots

like image 842
iXcoder Avatar asked Nov 29 '22 17:11

iXcoder


2 Answers

I had the same issue, I compared my plist file to an older build that worked fine and the Required Device Capabilities row didn't even exist. Delete the values so the row is not present and that should take care of it.

like image 192
LVGTodd Avatar answered Dec 01 '22 07:12

LVGTodd


Yes , remove Required Device Capabilities row is ok!

like image 40
bacon Avatar answered Dec 01 '22 08:12

bacon