Will version 746 run on iOS 5.1?

I wanted to submit tonight, but now with 5.1 i am scared! Will i have issues with Build 746 on an iOS 5.1 device?

I’m afraid to update and test myself (lol-bwak-bwak) [import]uid: 21331 topic_id: 23079 reply_id: 323079[/import]

Oh boy, new icon requirements as well… does anyone know or have a url to the naming convention of the new iPad (release 3) icons? [import]uid: 21331 topic_id: 23079 reply_id: 92280[/import]

Tony, don’t be afraid to update to 5.1 :slight_smile: The answer is you shouldn’t have any trouble with current builds on current devices with 746 and 5.1.

Here is my updated build.settings for 5.1, remember that the actual naming conventions don’t matter as long as you provide the key for all of the sizes (and are sure to include them). I believe this covers everything via the addition of iPad@2x and Small-50@2x.

CFBundleIconFiles = { "Icon.png", --57x57 "Icon@2x.png", --114x114 "Icon-iPad.png", --72x72 "Icon-iPad@2x.png", --144x144 (retina iPad) "Icon-Small.png", --29x29 "Icon-Small@2x.png", --48x48 "Icon-Small-50.png", --50x50 "Icon-Small-50@2x.png" --100x100 (retina iPad) } [import]uid: 87138 topic_id: 23079 reply_id: 92303[/import]

Ya, i dove in. OSX Lion installed and updating to xcode 4.3.1 now.

That’s right! Thank you so much for the example and the wake-up call. [import]uid: 21331 topic_id: 23079 reply_id: 92311[/import]