In the previous flight test system, we pushed AdHoc assemblies that used the compiler constant to identify on / off functions for our beta testers. Now with the Apple beta testing system, we have to create for the App Store, i.e. Not AdHoc, and this is normal, as if it was well tested, we can use the same assembly to review production.
Is there any way from iOS to find that the assembly is a Test Flight assembly, so we know that it’s beta, and do the same thing as before with the AdHoc compiler constant?
thank
source
share