January 2015
Beginner to intermediate
478 pages
9h 46m
English
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:

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> ...
Read now
Unlock full access