In the prior test flight system we pushed AdHoc builds which we used a compiler constant to identify to turn on/off features for our beta testers. Now with Apple's Beta Test Flight System we have to build for the App Store, i.e. not AdHoc, which is fine as if it tests good we can use the same build for a production review.
Is there any way from within iOS to detect that the build is a Test Flight delivered build so we know "this is beta" and do the same as before with the AdHoc compiler constant?
Thank you