I was told about a service called TestFlightApp by Wesley Lynch. This app allows you to easily distribute iOS applications for testing, to users of your choice, online, without itunes. They have a SDK exposing features like logging, crash reports, in app feedback. Below are steps I followed to get it working using Flash Builder 4.5.
How to use it….
- Register and create a team on the TestFlightApp website.
- Add team members. They will be sent invites to register and install TestflightApp on their devices. Once they do that, there device-id’s will be linked to their registrations.
- Include their device-id’s in the mobileprovision you are going to compile with (created on apple.developers).
- add <key>get-task-allow</key> <string>YES</string> in your InfoAdditions tag in your app.xml file. This allows debugging.
- Compile a ipa for a adhoc distribution.
- Upload the ipa to TestFlightApp.
- TestFlightApp will email users in your team a link that, when accessed from their registered device, will install the app for testing.
In order to use their sdk in Flash Builder, it will have to be implemented as a Native Extension…which is something I am working on in my spare time. I will release it once it’s done.
