Is it possible to read files from resources on iOS apps or is that impossible? Because i know there is limitations on writing on files
Are you interested in reading from a read-only file? If so, just place that text file inside of a Resources directory, and load it using Resources.Load(). If you’re interested in being to read and write to a directory, safely, the then use Application.persistentDataPath.