Official (suppose I gave him a mono git mono-vault-hub branch). The monotouch-bindings project on github now supports TestFlight SDK support, check:
https://github.com/mono/monotouch-bindings/tree/master/TestFlight
and
https://github.com/mono/monotouch-bindings
Excerpt from their readme:
Testlight
This is the MonoTouch binding for the TestFlight SDK, which can be found in
https://testflightapp.com/sdk/
The current version of this binding for TestFlight SDK 1.2.1 v 1.2.1 was released on December 26, 2012. The bindings were updated on March 17, 2013.
Construction
Run make in the binding directory for the assembly TestFlight.dll
Using TestFlight.dll with your own iOS application
Just add TestFlight.dll to your project. Links in MonoDevelop and you are good to go!
Use the safe TakeOff method. Change TestFlight.TakeOff (token) to TestFlight.TakeOffThreadSafe (token)
source share