Skip to content

Instantly share code, notes, and snippets.

@ijogendrajat
Last active February 10, 2024 09:19
Show Gist options
  • Save ijogendrajat/4786495db0bc206a606dee7ef550df8c to your computer and use it in GitHub Desktop.
Save ijogendrajat/4786495db0bc206a606dee7ef550df8c to your computer and use it in GitHub Desktop.
apn_state_table
APN State Discription
Foreground Notifications are immediately delivered to your app and displayed to the user.
Background Notifications are queued by APNs and delivered when the app enters the foreground or is woken up for background tasks.
Terminated Notifications are stored on the device until the app is launched again. You cannot directly interact with them, but you can retrieve their payload when the app opens.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment