jazzband / django-push-notifications

Send push notifications to mobile devices through GCM or APNS in Django.
MIT License
2.24k stars 605 forks source link

Pruning inactive devices #676

Open DanielssonP opened 1 year ago

DanielssonP commented 1 year ago

What is best practice when it comes to removing inactive tokens from the database (APNS in my case, for now)? It seems like there was a way to do this at some point (#236 and #142), but I can't find it anywhere in the DPN library. Is there still a built in way to handle this or do people implement their own solutions?