Created a 180 x 180 graphic to serve as custom icon for an app
set it in properties for both project and exe
shows on tab at top but when deployed to volt, downloaded to ios iPhone and then saved to home screen:
the icon changes from the standard “app studio knot” to a screenshot of the inside of the app - not the custom icon
The information regarding icons, phonegap and the app store are helpful for that use case, but it doesn’t address the case where the app is just being sent to volt to be served from the web without using phone gap or submitting to the app store.
Are you saying icons can’t be specified just using Volt?
It would be helpful if you can clarify what icon settings are needed to show a specific icon when the app is saved to the home screen from Volt instead of being downloaded from the app store?
My 180x180 png seems to be ignored and is replaced with a small image of the opening screen of the app (all white with a tiny camera icon at top)
Is it related to where the icon png is stored?
I assumed the icon is copied into the project at deploy time, uploaded to Volt and then included in the download into the iphone upon viewing fom the web, and it would be used to create the save to home page button
Instead, does the icon have to be accessable from the iphone location or volt location at runtime?
Are you running yours from volt or from your system where the icon would be accessable at run time?
Just put in the same folder as your nsx file (or a subfolder). The path is relative to the nsx file, and gets created properly if you use the […] button.
Don’t put it into AppStudio’s nsb folder. That’s reserved for system files. Anything you put there could be written over.
I figured out the path issue for icons to show up in IOS after 3 days of tearing down the PhoneGap builds, getting paths right, etc… !!! We are cooking for gas now!
Frank, I found the problem was the path. If you are using PhoneGap, you can change the .afk/ipa extension to zip, open up the file product and get into the PhoneGap build of your app. In there, check your paths where the config file says it is looking for your files. Make sure the images are all in the same location and sub folders in your app.