TestFlight is good, tho the bindings on github: https://github.com/mono/monotouch-bindings
Dont' work with the new v1.0beta API (either that, or I messed up the additional binding/method, which is actually a LOT more likely, but I dont have time to fix and resubmit a patch at the moment). They work GREAT with the 0.8x one tho, but those send the UDID to TF, and Apple _will_ reject your app for this (hence why I was trying to use v1.0beta, which doesn't) The other option, which I've used up until now, is to log to a file in the app (including putting a try/catch around the Main method), and then allow that to be emailed from within the app (or, drop it in /Documents and tell itunes it can show that) Either way, you are going to have to do a custom build for this person. TestFlight is a very good option for this. On Tue, Mar 27, 2012 at 22:15, Roy Goode <[email protected]> wrote: > I'd suggest embedding TestFlight into your app. > > It's not a remote debugger but you will find it useful to track checkpoints > in your app, receive logging messages and report crashes. You could put your > trace messages in there and see the user's session logs appear on the > website. > > http://www.testflightapp.com/ > > The MonoTouch bindings are available here: > https://github.com/mono/monotouch-bindings/tree/master/TestFlight > > On 27 March 2012 16:03, Steve Maddox <[email protected]> wrote: >> >> I've got an app that only 1 customer says is crashing at the same point >> every time she uses it...However, I and my beta testers cannot reproduce it >> at all... >> >> Are there any techniques\libraries\computer gods to pray to that may give >> me an idea? Are there logs on her phone she'd have access to? >> >> Any suggestions would be greatly appreciated...! >> >> >> >> _______________________________________________ >> MonoTouch mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monotouch >> > > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
