tapglue / snaas

Tapglue Social Network as a Service (SNaaS)
https://www.tapglue.com
Apache License 2.0
67 stars 22 forks source link

Fix uniqueness constrain on devices #12

Closed xla closed 7 years ago

xla commented 7 years ago

Up until now we used device_id and user_id to check for uniqueness, which is not reliable when installation of an app from mixed sources takes place as the device_id might change and the token stays the same. This will result in multiple registered devices and lead to notification duplicates.