This serves as a template for adding remote push notifications to iOS apps using Firebase observers
- Enable Push Notifications in the Xcode project -- Capabilities < Push Notifications < Toggle On
- Create .p8 apns auth key via Apple Member Center
- Place .p8 file in starter project folder
- Configure project under sections labeled "SETUP"
- Navigate to APNS-JS project folder using Terminal
- Run
npm start
- Highlight all files in APNS-JS project folder
- Right-click and Compress files
- Upload .zip archive to service such as AWS Elastic Beanstalk