Verify device legitimacy and app integrity using DeviceCheck (DCDevice per-device bits) and App Attest (DCAppAttestService key generation, attestation, and assertion flows). Use when implementing fraud prevention, detecting compromised devices, validating app authenticity with Apple's servers, protecting sensitive API endpoints with attested requests, or adding device verification to a backend architecture.
$npx -y skills add dpearson2699/swift-ios-skills --skill device-integrityInstalls into the current project.
Run `npx skills use "https://github.com/dpearson2699/swift-ios-skills" --skill "dpearson2699/swift-ios-skills/device-integrity"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dpearson2699/swift-ios-skills" that are relevant to the current task. Run `npx skills add "https://github.com/dpearson2699/swift-ios-skills"` and select the relevant skills, then follow their instructions.