Skip to content

Instantly share code, notes, and snippets.

View bfct's full-sized avatar

Brian Fegter bfct

View GitHub Profile
@bfct
bfct / app_attest_verification.php
Created March 21, 2024 19:58 — forked from gbalduzzi/app_attest_verification.php
Apple App Attest verification
<?php
const PACKAGE_NAME = 'com.your.bundle_id';
const APPLE_TEAM_ID = 'ABCDEFGHIJK'; // 11 alphanumeric team ID
const ALLOW_DEV_ENVIRONMENT = true;
use CBOR\Decoder;
use CBOR\StringStream;