Playmaker Forum

PlayMaker Help & Tips => iOS Help => Topic started by: nepomuk on June 13, 2014, 01:22:01 PM

Title: saving data on iOS
Post by: nepomuk on June 13, 2014, 01:22:01 PM
what's the best way to keep variables stored on the iphone?
for example i'd like to keep the players highscore stored in the app (not the game center) even if the app is closed?!
Title: Re: saving data on iOS
Post by: Sp00m on July 18, 2014, 12:23:54 AM
I could be wrong, but I think it's in a Player Prefs Action like "PlayerPrefs Set Int".
Title: Re: saving data on iOS
Post by: escpodgames on July 18, 2014, 12:52:26 AM
As Sp00m said, PlayerPrefs are the easiest way.