How to access saved from pc

edit: the title should be > How to access saved data from my pc , sorry

Hi, maybe this is a silly question, but I need to save some gameplay data created when playing the game, and then access it somehow in order to work with this data using a tool on my pc. On android I know i can use Application.persistantData to save things, and I can simply access to the saved file going trough folders… but I don’t know if this is something posible to do on iOS. Does anybody know if there is any way to achieve this?

Regards

Search online for the UIFileSharingEnabled property list key. It tells iTunes that the app wants to share data.

You can access files in Application.persistantData via Xcode, but this only applies to Apps that you have created with your provision profiles. Organizer is the place