Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help,
read this.
-
comradesparklepony
- Prole
- Posts: 7
- Joined: Mon Dec 30, 2019 6:57 pm
Post
by comradesparklepony » 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!
-
slime
- Solid Snayke
- Posts: 2924
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
-
Contact:
Post
by slime » Sun Jul 05, 2020 4:58 pm
File saving and loading should work fine on iOS. It uses the app's
sandboxed Application Support directory.
-
comradesparklepony
- Prole
- Posts: 7
- Joined: Mon Dec 30, 2019 6:57 pm
Post
by comradesparklepony » Sun Jul 05, 2020 6:02 pm
I was handling saving in
which as slime pointed out in the Discord doesn't really work on iOS. Changing it to
fixed it!
Users browsing this forum: No registered users and 47 guests