Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Must I include the TestFlight SDK into my app if I just want to send out a beta test?

I found this tutorial which shows how to build an AdHoc IPA for TestFlight. But there is also the TestFlight SDK and I don't understand if I need this and why I would need this for a simple beta test distribution.

Can someone explain?

like image 325
Proud Member Avatar asked Apr 23 '12 14:04

Proud Member


1 Answers

You don't need to. You can upload any proper ipa on their site via this page: https://testflightapp.com/dashboard/builds/add/

If you're having problem with your ipa, they have help here: http://help.testflightapp.com/customer/portal/articles/402782-how-to-create-an-ipa-xcode-4

The SDK is only for features like tracking crashes, session reports, etc. It's quite nice, but by no means required.

like image 51
Matt Blackmon Avatar answered Nov 03 '22 00:11

Matt Blackmon