storing high scores?

I am using Unity 3.4 for the iPhone.

What support does Unity have for storing high player scores that will remain stored between runs of the game on the iPhone?

At the end of the game I’d want to check past high scores and put up an ‘enter you name’ screen and then store the name and score. Score should remain stored after the game is deactivated (pressing the home button).

There is no server so need to retain the scores on the iPhone.

Any suggestions or samples anyone can point me to?

Thanks!

RTFM for ‘PlayerPrefs’