How to read and write files on the IOS platform? For example, update the resource file。

How to read and write files on the IOS platform?
For example, update the resource file。

Haxe has APIs for reading and writing files, look at the sys and sys.io packages (for example): https://api.haxe.org/sys/FileSystem.html

The next part is whether you have permissions to write to the files you wish to modify, there also are paths in lime.system.System (like applicationStorageDirectory) that may help: http://api.openfl.org/lime/system/System.html