1. Call takeoff
2. Call SetDeviceIdentifier IF YOU ARE NOT IN THE APPSTORE (Apple will
reject it if it is, but it's fine - and useful - if you are just
testing)
3. Call Checkpoint now and again
4. ???
5. Profit!

(couldn't resist)

Thats it, really. You can use the Feedback method, too, to get the
user to enter feedback, which shows up in TF. The checkpoints and user
sessions show up both in TF and in TFLive, which is more use for when
your app is in the appstore.

Under builds (in TF) you can see who has what
Under sessions, you can see who's used your app.
etc.

Most of it - crash dumps etc - is all automatic, as they put in hooks
(also: dont call TakeOff when you are debugging, they override all the
Mono debug hooks, and debugging doesn't work!)




On Thu, Apr 26, 2012 at 08:06, jowi <[email protected]> wrote:
> I've succesfully integrated the TestFlight API v1.0 in my code, and i can
> upload my builds to TestFlight. But what i can't find is how to actually use
> it proprerly in my Monotouch code and projects?
>
> I found some samples to see that i have to do a TakeOf() in my appdelegate,
> and that i can set checkpoints, but then what? Is that it? Where do they
> show up? The SDK also talks about crash reports, remote logging, user
> feedbakc etc. How do we do this in MonoTouch?
>
> A nice walkthrough or howto on the site would be highly appreciated!!!
>
>
>
> --
> View this message in context: 
> http://monotouch.2284126.n4.nabble.com/TestFlight-code-howto-tp4589049p4589049.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> 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/

Earnest: Self-employed? Track your business expenses and income.
http://earnestapp.com
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

Reply via email to