Post

Replies

Boosts

Views

Activity

Reply to iOS 14 app attest supported devices
It appears Apple has updated the documentation on this, explaining that there are a few cases where App Attest may be unsupported: If you read isSupported from an app running on a Mac device, the value is always false. This includes Mac Catalyst apps, and iOS or iPadOS apps running on Apple silicon. If you read isSupported from within an app extension, the value might be true or false, depending on the extension type. However, extensions don’t support App Attest. The generateKey(completionHandler:) method always fails when you call it from an app extension, regardless of the value of isSupported.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’21