I'm using the TestFlight App to distribute my application over the air and therefore included the SDK version 1.2 into my app.
When I'm trying to upload my app using the desktop application it shows the wrong SDK Version (1.1) instead of 1.2.
Edit: It also seems, that it isn't just an information issue. It really is SDK Version 1.1 since it doesn't seem to support the new App Tokens (Sessions aren't displayed etc.) but I fetched the new version from the TestFlight Webpage and included it in my project.
What am I doing wrong?
Greetings
I would recommend you to get TestFlight SDK using CocoaPods, it's fast and easy, takes care of the dependencies and settings, and let's you focus on the proper coding. The website has pretty straight forward info on how to set it up, but I wrote a tutorial about it.
To get the pod for TestFlightSDK you'll just need to add to your Podfile
this line:
pod 'TestFlightSDK', '~> 1.2'
TestFlight is now part of the workspace, so it must be imported this way:
#import <TestFlight.h>
You should be good to go with CocoaPods, but here are some possible things to try out, if you haven't yet:
Hope this helps
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With