Reputation: 3541
I am adding image of correct dimensions of 120 x 120 but still showing error and apple reject may app.
I also try to add icon to info.plist file but still not working.
My app developed in xcode 4.6 and i try to change icon in xcode 5. is any problematic in this?
Upvotes: 4
Views: 2428
Reputation: 540
maybe "YourApp-info.plist" file has problem. check it. i have same problem and i found problem in "YourApp-info.plist" file. in my problem that file deleted before and new location of file was incorrect.
Upvotes: 1
Reputation: 3481
You need to browse and select new image you want to add according to its dimensions in table. You need to re-layout the asset catalog for new images.
Here is already an answer, describing in detail: iOS 7 App Icons, Launch images And Naming Convention While Keeping iOS 6 Icons
Upvotes: 1