isDeviceCertified(for:)
Indicates whether the device supports the requested performance tier.
Declaration
func isDeviceCertified(for performanceTier: NSDeviceCertification) -> BoolParameters
- performanceTier:
The desired system performance tier. Iphoneperformancegaming is the only performance tier.
Return Value
True if the device meets the requirements for the given performance tier.