Hi,
I need to the C# equivalent for the following iOS API:
[PFUser enableAutomaticUser]; [[PFUser currentUser] incrementKey:@"RunCount"]; [[PFUser currentUser] saveInBackground];
I cannot find it in PFUser. Are they missing in Xamarin binding (Parse 1.2.14)?