I could not integrate the Test Flight sdk in my ios App for crash report.can some body help me to integrate the TestFlight sdk in my App in very simple steps.however i followed the TestFlight sdk documentation but could not integrate.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||
|
|
The Simple Steps are: 1] Copy The libTestFlight.a and It's header file in a folder and add that folder to your project
2] Make Sure your libTestFlight.a appears in linked binaries
3] Your Library Search path will have an entry such as
Finally Make a call to --
Hope it helps !! You can find more resources on slideshare. EDIT: How to reach to linked Binaries Step - (Currently using XCode 4.3.3) ScreenGrab - |
|||||||||||||
|


