I'm trying to get my (libGDX + RoboVM) iOS app to work with Apple's new TestFlight (now that they've disabled the old one).
When I upload, I get this warning in the iTunesConnect window:
To use TestFlight Beta Testing, build 81 must contain the correct beta entitlement. For more information, see the
FAQI reprovisioned as the Apple FAQ suggests, loaded XCode and refreshed the configs (Xcode -> Preferences -> Accounts, View Details button, refresh at bottom left) and then rebuilt again with the RoboVM Eclipse plugin.
This time the Application Loader gave me an error:
WARNING ITMS-90191: "Missing beta entitlement. Your app does not include the beta-reports-active entitlement. If you intend to distribute this build via TestFlight for beta testing, please re-build this app with a newly generated provisioning profile."
I'm hoping there's some xml file that needs to be updated (as I've been using RoboVM for almost a year now and perhaps the default setup has changed). Or maybe there's something more subtle going on. Apologies if this is in a FAQ or release notes somewhere. I've looked...
Any ideas? Many thanks in advance!