Search code examples
iosapp-store-connecttestflightcrashlytics

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?


Solution

  • 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.