- Home /
iOS Write image to app group container
I built the unity project for the app then added the keyboard extension using xCode. As i understood, the extension can't access the documents directory of the app. This is why i created an app group and assigned it for both the app & extension.
The issue is that i don't have a way to write to that folder from my unity project. I know that Application.persistentDataPath returns the Documents directory, and Application.dataPath is a read-only directory.
Thanks
Comment