Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Implementing Designs for Android Adding Push Notifications from Parse.com Adding a Custom Notification Icon

Parse com Push notification is not delivered if reciever is logged off

In Ribbit when we send push notifications I've noticied that when you send it to the logged off user it is not delivered. The notification is present on Parse.com dashboard. But it states that it is not delivered.

As I see it the push notification is targeted by ParseInstallation. So IF I have few users using same device only the one logged on will recieve notification. All the rest will never get this notification.

How to bypass this?