APNs Uninstall Tracking
APNs credentials let Attriax probe Apple push tokens directly when your iOS app registers APNs tokens with the SDK.
Required values
These values come from Apple Developer and your app identity, not from a safe repository scan.
- Bundle ID for the iOS app, usually the same value saved in iOS platform configuration.
- Apple Team ID from the developer account.
- APNs Auth Key ID.
- Environment: production or sandbox.
- The .p8 APNs Auth Key private key.
How to retrieve it
Use an Apple Developer account with access to Certificates, Identifiers & Profiles.
- Open Apple Developer, then Certificates, Identifiers & Profiles.
- Create or choose an APNs Auth Key with Apple Push Notifications service enabled.
- Download the .p8 file once and record the Key ID.
- Confirm the Team ID and bundle ID for the app.
- Paste the values into Attriax iOS platform configuration.
Client-side reminder
Credentials only enable probing; the app must still send tokens.
Register APNs tokens with Attriax after SDK initialization and whenever the token changes. If the iOS app already uses Firebase Messaging, sending both FCM and APNs tokens gives the clearest diagnostics.