parsley72
parsley72

Reputation: 9037

Do I still need to include testflightlib in my iOS app?

Now Apple have moved TestFlight to iTunes Connect do I still need to include testflightlib and call [TestFlight takeOff] on start with my app token? The new instructions don't mention this.

Additional question: Should I also keep using Crashlytics or is it redundant now?

Upvotes: 1

Views: 103

Answers (2)

Tiago Almeida
Tiago Almeida

Reputation: 14237

You don't need to include your testflight lib and you don't need to call takeOff.

Actually, apple is already warning people to remove the framework from the projects.

Regarding crashlytics, yes, you should keep it for crashes since Apple still doesn't provide embedded crash reporting with test flight.

For more information about TestFlight read this excellent article.

Upvotes: 2

SomeGuy
SomeGuy

Reputation: 9690

You don't need to do anything like this anymore

The only step you need is to upload to iTunes Connect :)

Upvotes: 1

Related Questions