Search found 5 matches

by hughsey1973
Thu Mar 10, 2022 11:03 pm
Forum: General Discussion
Topic: Saving to Android...this worked previously but not now.
Replies: 4
Views: 813

Re: Saving to Android...this worked previously but not now.

Hello Joel, So after a little reading on my mobile devices forums it looks like Google have stopped granting access to the "Android/data" folder as of v11 of Android. This applied to all Android devices. The way I got around this was to install a third party file manager (File Commander) t...
by hughsey1973
Thu Mar 10, 2022 10:02 pm
Forum: General Discussion
Topic: Saving to Android...this worked previously but not now.
Replies: 4
Views: 813

Re: Saving to Android...this worked previously but not now.

Thank you for your reply. I will add the Debug Logs when I'm back in the office tomorrow. When I comment out the code to save for Windows and save the Windows build, the spreadsheet is saved correctly so I know the function is running as it should. It then reloads the level as it should (at the end ...
by hughsey1973
Thu Mar 10, 2022 8:45 pm
Forum: General Discussion
Topic: Saving to Android...this worked previously but not now.
Replies: 4
Views: 813

Saving to Android...this worked previously but not now.

Hello I've used this code before to save to an android device but it no longer works. I call this function when my game ends. The function works but doesn't save to my device? Where am I going wrong? public void ReloadApp() { var sheet = new ES3Spreadsheet(); // Add data to cells in the spreadsheet....
by hughsey1973
Mon Sep 13, 2021 2:30 pm
Forum: General Discussion
Topic: Saving and Reading CSV File - Android
Replies: 2
Views: 777

Re: Saving and Reading CSV File - Android

May have solved this. It turned out that it was actually writing/reading the files correctly. For some reason, when using my phones "File Manager" to locate the files and it was set to "Display Hidden Files", the Android folder was always displaying no content. I then tried using...
by hughsey1973
Mon Sep 13, 2021 2:06 pm
Forum: General Discussion
Topic: Saving and Reading CSV File - Android
Replies: 2
Views: 777

Saving and Reading CSV File - Android

Hello, I created a touchscreen application that uses Easy Save 3 to write text field data to an external csv file. New users are added to this csv file every time they enter their details. This worked perfectly on a PC but when I create an Android app and test it, it goes through the whole process b...