Enable the NSE for internal users

This commit is contained in:
Nora Trapp 2021-06-23 12:26:09 -07:00
parent d11041a75b
commit ceb83de505

View File

@ -134,7 +134,7 @@ public class FeatureFlags: BaseFlags {
// The CallKit APIs for the NSE are only available
// from iOS 14.5 and on.
guard #available(iOS 14.5, *) else { return false }
return build.includes(.dev)
return build.includes(.qa)
}
@objc