SafeSlingerProject / SafeSlinger-AppEngine

Source code for App Engine platform server SafeSlinger
MIT License
9 stars 4 forks source link

add cron registration status updates for Android devices #13

Closed mwfarb closed 9 years ago

mwfarb commented 9 years ago

It would be good to query C2DM and GCM for accurate registered/unregistered status and provide that feedback to the sender if using an unregistered device and there is no new registration id in our registration table. Perhaps this could be done daily.

mwfarb commented 9 years ago

Linked to #12, but will probably be rolled out separately.

mwfarb commented 9 years ago

There is not a good 3rd party server status check for this like iOS, so for now we can mark registrations inactive when a message has not been received in over several weeks.