How to save in ios and export CVS

Discussion and help for Easy Save 3
Post Reply
charlee.ke
Posts: 1
Joined: Sat Jul 02, 2022 1:14 pm

How to save in ios and export CVS

Post by charlee.ke »

Hello, Now I can save object position by using ES3.Save<Vector3>(guid,transform.localPosition); to CVS file, which can use on the computer, so I would like to know how to save the position on ios and how to set up for exports CVS file to another device?
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: How to save in ios and export CVS

Post by Joel »

Hi there,

I replied to your email regarding this but please find the response below also:
Hi there,

Due to the security restrictions of iOS, it would not be possible to export the file to another device from the file system.

There are a couple of alternatives we can provide:

There’s ES3Cloud, which allows you to upload the file to a database on your own web server:

https://docs.moodkie.com/easy-save-3/es ... -es3cloud/

Alternatively you could use ES3.LoadRawString to get the CSV as a string and display this in a text field which you can allow the user to copy and paste from.

You may also be able to find an iOS plugin which allows you to send/receive email and send the file as a text attachment, but this is outside of the scope of Easy Save.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Post Reply