senseobservationsystems / sense-android-library

Sense Platform library for Android
Apache License 2.0
12 stars 8 forks source link

Google Cloud Messaging conflicts #1

Open smuldr opened 11 years ago

smuldr commented 11 years ago

When the library is used in an app that also registers for GCM, conflicts occur. It seems that the Sense lib and the app both receive the registration keys for both the CommonSense sender and the app sender. This creates a problem because we don't check which key is which.

Is there a way to solve this without bothering the apps that use our library?

yulrizka commented 11 years ago

I will look into it, but can I also have access on the android time out app so I can test it ?