Test APNs Notifications
Send a test notification using the APNs API. Ready to add APNs to Your App? View the APNs Provider Docs.
APNs Configuration
Response
Configure your credentials and test the connection to see the response here.
Frequently Asked Questions
What is Apple Push Notification service (APNs)?
APNs is Apple's cloud service for sending push notifications to iOS, iPadOS, macOS, watchOS, and tvOS devices. It handles the secure, persistent connection between your server and Apple devices.
How do I test APNs push notifications?
Enter your APNs credentials (team ID, key ID, and private key) along with a device token above, then click Send Notification. You'll see the full HTTP/2 request and Apple's response, including any error codes.
What is an APNs device token?
A device token is a unique identifier assigned by APNs to a specific app on a specific device. Your app receives this token when it registers for push notifications, and you use it to target notifications to that device.
APNs Notifications, Explained
A collection of blog posts to help you master APNs notifications and integrations.
Add Mobile Push to Your App
MagicBell integrates with APNs and FCM to deliver push notifications to iOS and Android devices reliably.
Mobile Push Notification Service