Recently, some of our clients have received the following warning messages after successfully submitting their app binary to Apple for review:
- Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format.
- Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format.
- Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format.
These are new iOS7 icon sizes that Apple will likely require eventually, although they are not required yet. Our development team is working on integrating these into new builds. For the time being, though, this message can be disregarded.
Similarly, some users are seeing this message after a successful submission:
- Version Mismatch - Neither CFBundleVersion ['#.#.####'] nor CFBundleShortVersionString ['#.#.####'] in the Info.plist match the version of the app set in iTunes Connect ['#.#'].
This message is new (Apple did not warn of this previously) and is due to the Mag+ version differing from what you have assigned as your app version in iTunes Connect (which is common). Again, this can be disregarded for now, as this is merely a warning message.
Our development team will continue to monitor and respond to these warnings as is necessary and we will update this post with any new information that is pertinent to our customers.
0 Comments