murgo / IrssiNotifier

notifies android phones from irc private messages
Apache License 2.0
171 stars 63 forks source link

Android client may get added multiple times when uninstalling and reinstalling #74

Closed murgo closed 12 years ago

murgo commented 12 years ago

Maybe identify token by device id

murgo commented 12 years ago

Device id isn't very nice way to go, see http://android-developers.blogspot.com/2011/03/identifying-app-installations.html

Maybe try to unregister phone on install, then reregister?

Delete button on the web site could also be useful

murgo commented 12 years ago

This should be irrelevant after migrating to GCM

murgo commented 12 years ago

Should be fixed automatically when fixing #87