Is there a way to programmatically determine if the installed version of an iOS came from TestFlight (beta) or production (App Store)? To simplify testing of in-app purchases, I'd like to disable the entire store flow for beta testers.
Bonus points for providing the answer in both Objective-C and Swift.