particle-iot / particle-android

Particle Open Source for Android
Apache License 2.0
37 stars 38 forks source link

Event not showing in app #100

Open jellyedwards opened 4 years ago

jellyedwards commented 4 years ago

Hi,

When my device publishes events, I can see them in the web console but not on the app. It used to work previously. I've tried clearing the app's data and signing in again but no luck fixing it.

I'm using a photon and the code to publish is:

Particle.publish("DEBUG", message, PRIVATE);

Thanks