Read the application resource file attachment from javascript on your phone in iOS

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?

+4
source share

Source: https://habr.com/ru/post/1436688/


All Articles