Contents

hardwareReleaseVersionInfo

A string that encodes the hardware and software release versions of the Secure Element.

Declaration

let hardwareReleaseVersionInfo: String

Discussion

Use this string to determine eligibility or select which applet bundle, previously submitted to Apple Business Register (ABR), to install on this device.

This string uses the format "JCOP X.Y", with the following semantics:

X

An integer that corresponds to the chip type.

Y

An integer that corresponds to the release iteration.

For more details, see the Mobile Secure Element specification from Apple Business Register.

See Also

Getting hardware information