There is a REALLY long delay before sessions and stuff show up in the account. If you go to the SDK area there is a debugging thing which will tell you in real time what your app is sending to the system. I found it a little confusing because of all the connects and disconnects. It made me think that the sessions weren't counting or the length would be wrong.
Once I let it sit and went back all the data was good. Justin Hansen On Wed, Apr 11, 2012 at 4:21 PM, Leigh Bowers <[email protected]>wrote: > Actually, two sessions have just appeared in TestFlight(!?), so please > ignore the second part of my question. > > Thanks > > On 11 Apr 2012, at 21:17, MilkyJoe wrote: > > > 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 > > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > -- Justin Hansen http://www.klickwerx.com Need some technology help? - http://www.betterfly.com/LearnTheWeb
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
