+

Search Tips   |   Advanced Search

Specify the icon for an iPhone application

Put the icon in the application's /iphone/nativeResources/Resources folder. It is copied from there at build time.

You want to use a particular icon for the application in the iPhone environment.

  1. Place the icon to use in the project/apps/application/iphone/nativeResources/Resources folder.

  2. Build and deploy the application.


Results

The icon is copied to the project/apps/application/iphone/native/Resources folder.

Though we can place the icon directly into the project/apps/application/iphone/native/Resources folder, you risk losing the icon if that folder is deleted for any reason.


Parent topic: Develop hybrid applications for iOS