robinneb / myfriends

Product dev
2 stars 0 forks source link

Prompt for Notifications outside of the app #10

Open robinneb opened 8 years ago

robinneb commented 8 years ago

As a user I want to receive push notifications (APNs) whenever I have new activity in myfriends.

Specifications: In order to get users to return to view activity in a backgrounded application, we will want to send remote notifications to the myfriends via an API based on the HTTP/2 network protocol. Each interaction should start with a POST request, containing a JSON payload, sent to the provider server to Apple Push Notifications or APNs.

Once implemented, the myfriends APNs certificate, via the Universal Push Notification Client SSL Certificate, enables connection to both the APNs Production and Development environments.

image