Page 1 of 1

Love iOS - how do I save/read scores?

Posted: Mon Jan 30, 2017 6:09 am
by rungo73
HI

Im working on a little game in love iOs for iphone etc

I want to save scores/health etc using the filesystem. I can read and write no probs on the desktop but when I test through the iphone I cant seem to get it working.

Can anybody throw me a clue to working with the filesystem on iOS?

regards,

Tom

Re: Love iOS - how do I save/read scores?

Posted: Sun Mar 05, 2017 7:50 pm
by timotta
I have the same problem on Android 6.
On Android 5 and bellow works fine.

Re: Love iOS - how do I save/read scores?

Posted: Sun Mar 05, 2017 10:55 pm
by Davidobot
Did you set the t.identity to something in conf.lua?

Code: Select all

--- conf.lua
function love.conf(t)
    t.identity = "SuperAwesomeGame" 
end