I have just failed to submit an update to my Unity game.
I am using the latest Unity 4.2.1.
The app was uploaded successfully, but then I have received an automatic email notifying me that there are issues with the build.
Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly ‘120x120’ pixels, in .png format.
( Two more of the same message for ‘76x76’ and ‘152x152’ pixels )
Missing Push Notification Entitlement - Your app appears to include API used to register with the Apple Push Notification service… (trimmed for readability)
Needless to say, I am not using any push notifications, and all the icon slots that Unity does provide for iOS, are populated with proper icons.
The icons are probably iOS 7 related, so what should I do until Unity updates?
And, the probably more tricky one, is the notification. I have no idea what to do with it (and I do not want to register my app for push notifications, as I am not using any…).
Any help would be appreciated.
And I know I am not the only one with this problem.