You may want to collect data with a Unity3 iOS app in a text file for a variety of reasons. How to create and retrieve that file from your iOS device is much simpler than I expected. Part of the trick consists on using Application.persistentDataPath. According to Unity Script Reference:… Creating and retrieving a file from an iOS device with Unity3Read more