I have the TestFlight SDK linked in my app (thanks Nic), but I'm not finding the official documentation particularly helpful. How do I use the SetOptions() method to configure the SDK (to, for example, disable some one or more of the loggers)? It's expecting a NSDictionary but I'm not sure of the MonoTouch equivalent of this:
[TestFlight setOptions:[NSDictionary dictionaryWithObject:[NSNumber numberWithBool:NO] forKey:@"logToConsole"]]; Also, does anyone have an example that uses most of the features of the TestFlight SDK with MT? I want to use the TFLog (to replace my Console.WriteLine), but I'm not seeing anything in TestFlight. My session count is 0, so I'm assuming I've missed a step somewhere. I do call the TakeOff() method in my FinishedLoading event. Thanks -- View this message in context: http://monotouch.2284126.n4.nabble.com/TestFlight-SDK-Setting-options-General-help-tp4549938p4549938.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
