Agenda
Trust, Attest, Server-Authoritative: Modern iOS Anti-Cheat for Multiplayer (Presented by GameSafe)
A practical guide to modern iOS anti-cheat engineering. Learn how to combine Apple's attestation APIs (App Attest, DeviceCheck) with runtime integrity checks and server-authoritative design to detect tampering and automation in multiplayer games — without harming performance or legitimate users.
Takeaway
• Understand modern iOS cheat vectors and system limitations.
• Learn how to integrate App Attest and DeviceCheck for device attestation.
• Design server-authoritative game logic to reduce client trust.
• Combine attestation, runtime signals, and behavior analytics into a unified risk model.
• Manage rollout, false positives, and quota limits safely in production.
Intended Audience
Game security engineers, iOS developers, multiplayer backend engineers, and technical product managers. Attendees should be familiar with Swift or Objective-C, and general multiplayer architecture.