1. prepare an iOS app that can handle push notifications, or download the one in the video demo https://github.com/hoishing/apn-tester/tree/main/iOS_demo_client 2. get APNs and private key from Apple Developer account for push notifications 3. get the device tokens of your simulator / devices 4. visit https://apn-tester.streamlit.app 5. fill out the form and press the push button 6. notification received 馃帀
About
- A web app that sends Apple Push Notifications directly to your iOS app. - No need to install any third-party client libraries in your iOS app. - No server setup required for sending push notifications. - No need to learn how to use third-party libraries. - Simply enter your APN credentials and payload data, press the send button, and the push notification will appear on your phone. 馃殌