iOS-Connect / parse-twitter-with-push

A simple twitter like app with parse backend, and push notifications for likes
MIT License
0 stars 0 forks source link

User should receive push notifications if another user "Likes" a post #7

Closed regnerjr closed 7 years ago

regnerjr commented 7 years ago

Request notification access from user.

This should be setup in AppDelegate / on an associated PushNotification helper object.

There are really 3 steps to this:

  1. Request notification access from user.
  2. Call apple's api to register the device (this should give us back a token)
  3. Store the token as part of the User object on parse.
regnerjr commented 7 years ago

This is pretty much the same as #12

regnerjr commented 7 years ago

Fixed in #16