iOS Question Path to graphic assets used by the App?

simplypats

Member
Licensed User
Longtime User
We are including a Help File within our App, which is basically a html page consisting of text and graphics.

In the Android Version of our App we are loading the images included in the Help file from the Main Application Assets Folder, an example of the html is:

file:///android_asset/save.png

We are now trying to include the same help File within our iOS App, does anyone know what the direct path for the iOS images would be after the App has been installed on the device?

Any help would greatly be appreciated.
 
Top