Setting up a custom iOS application icon

Unlike Android devices, the iOS application icons require specific names and sizes to target specific devices. For example, to target an iPad device, the icon should be named Icon-72.png and should be of size 72x72. If not given, the iOS will scale the available icons to fill in the targeted device. The same concept goes for launch images.

Now, open the data folder in our CanyonBunny-robovm project. The following is a screenshot of the data folder:

Setting up a custom iOS application icon

Now, delete all the icon images and copy the Canyon Bunny icon to the data folder. Also, remove the reference to Icon-72.png from the Info.plist.xml under <key>CFBundleIconFiles</key> ...

Get Learning LibGDX Game Development - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.