For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 7 replies, 3 voices, and was last updated 13 years, 2 months ago by
robert65.
-
AuthorPosts
-
robert65MemberHi Can Anyone advise how to fix the issues that Apple have given, and why Mobione cannot detect these issues during the build process?
“Response from Apple”
Dear developer,
We have discovered one or more issues with your recent delivery for “WHW”. To process your delivery, the following issues must be corrected:
Invalid Image File – Image found at the path icon-72.png referenced under key “CFBundleIconFiles” is not a valid PNG file.
Invalid Image File – Image found at the path mailto:icon@2x.png referenced under key “CFBundleIconFiles” is not a valid PNG file.
Once these issues have been corrected, go to the Version Details page and click “Ready to Upload Binary.” Continue through the submission process until the app status is “Waiting for Upload.” You can then deliver the corrected binary.
Regards,
The App Store team
May 9, 2013 at 12:11 pm #338957
support-octavioMemberHi Robert,
Thanks for your report. Can you please share your build ID and png files to investigate?
May 9, 2013 at 2:29 pm #338961
robert65MemberOctavio, I have sent you the info via email
May 10, 2013 at 12:51 pm #338994
support-octavioMemberHi Robert,
I’ve received your files and forwarded them to the dev team to investigate. Will follow up as soon as I have more information.
May 14, 2013 at 12:21 pm #339105
robert65MemberOctavio, I was wondering whether the team were having any luck with the problem, I was on the web and have attached some info if this helps in any way to fix the problem
Taken from: http://www.stackoverflow.com/questions/3656929/itunesconnect-iphone-app-status-invalid-binary
I had the same INVALID BINARY error from iTunes Connect even if Application Loader accepted my binary. The solution was very simple…
Open your info.plist, right-click and check Show Raw Key/Values:
•CFBundleIconFile = Icon.png (my iPhone 57×57 PNG icon)
•CFBundleIconFile~ipad = Icon-72.png (my ipad 72×72 PNG icon)
•CFBundleIconFiles = array
•Item 0 = Icon.png
•Item 1 = mailto:Icon@2x.png (my iPhone 4 114×114 PNG icon)
•Item 2 = Icon-72.pngSave, clean all targets, build and analyze, compress in Finder and resubmit!
The error was caused because I typed the key “Icon Files”. In Raw view, this has mapped to “Icon Files” instead of CFBundleIconFiles. I have Xcode 3.2.3, I guess Xcode 3.2.4 better maps this key identifier.
Good Luck everybody!
Source: Technical Q&A QA1686: App Icons on iPad and iPhone
May 17, 2013 at 2:47 pm #339203
robert65MemberOctavio, Any news yet
May 23, 2013 at 2:37 pm #339366
support-michaelKeymasterHere’s the scoop (hypothesis). Your images are ok. There is an assumption that at some point you ran a build with invalid image files for 1 or more image properties. The App Center then cached those values and will not clear them when you resubmit revised images through the build wizard.
Proposal: try renaming your startup design, e.g, from main.mobi to main1.mobi. Rebuild the app and see if it will upload.
I realize this is kind of lame. There is an issue in App Center that will not flush some cached properties once.May 24, 2013 at 4:15 am #339372
robert65MemberWayne, I will try this today and resubmit it back to apple, once this has been completed I will give you an update
-
AuthorPosts
