Enable the NSE for internal users
This commit is contained in:
parent
d11041a75b
commit
ceb83de505
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user