I have a hybrid iOS application that uses web browsing with a phone connection and native code.
I use the application.plist file in the Resources folder to store certain configuration items that I use in my own code.
Is there any way I can read the same plist file in javascript?
If this is not possible, what is the preferred method for storing the configuration in such a way as to be accessible with both native code and javascript?
source share