Save on iOS?
Posted: Sun Jul 05, 2020 4:54 pm
Hello,
Is it possible to create a savefile on iOS? I have a LOVE project that saves correctly when run on a computer, but it does not appear to work on iOS. It uses and with binser in order to save. On the wiki, there is no save path listed for iOS, so given that was well as my test it seems like it is currently not possible to save on iOS, but I wanted to double check.
Thank you!
Is it possible to create a savefile on iOS? I have a LOVE project that saves correctly when run on a computer, but it does not appear to work on iOS. It uses
Code: Select all
love.filesystem.read
Code: Select all
love.filesystem.write
Thank you!