public static bool HasKey(string key) { #if UNITY_IPHONE return(P31Prefs.hasKey(key)); #endif return(PlayerPrefs.HasKey(key)); }