How do you save a game in Unity iPhone?

I just want to save my game state and load it later.

Save the appropriate variables with PlayerPrefs, and then load them (also with PlayerPrefs).