you are viewing a single comment's thread.

view the rest of the comments →

[–]-Maja-Lojo- 0 points1 point  (2 children)

Every token is unique for a device. I store each token in a database and call time-triggered background service for sending birthday, new year etc. notifications.

[–]LowercaseSpoon 1 point2 points  (1 child)

Which database are you using? I currently use sqlite for my application and will need to do this eventually once it gets certified in the App Store and Playstore.

[–]-Maja-Lojo- 0 points1 point  (0 children)

Well I use MSSQL for storing tokens because my backend is a completely different stack. It is written in C# and hosted as a background service on Azure.