Right now users can only register but cannot deregister. We might not want to deregister users but simply modify a status param for that row that should be checked before sending notifications.
This status param can also be used to reflect expired push notification tokens (i.e. DeviceNotRegistered devices that have repeatedly rejected PNs)
Right now users can only register but cannot deregister. We might not want to deregister users but simply modify a
statusparam for that row that should be checked before sending notifications.This status param can also be used to reflect expired push notification tokens (i.e.
DeviceNotRegistereddevices that have repeatedly rejected PNs)