I ran into a bit of a problem with PlayerPrefs in unity3d 5.4. (I am using 5.4 because there is a game-breaking bug in 5.5.)
Here is the code:
void OnApplicationQuit() {
PlayerPrefs.SetInt("numerator", numerator);
}
This works fine in the editor, but on mobile it's a different story. It doesn't do anything.