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

Notification only works in eclipse emulator, but i do not receive any notifications on the device..?? Any idea why..?

Notification only works in eclipse emulator, but i do not receive any notifications on the device..?? Any idea why..?

What do you mean by notifications (are you using toasts or alerts or something else) and can you please post your code. May I also suggest using Android Studio and Genymotion.

Thanks for your response, Sorry I did not mention that the Push Notifications are not working. They appear in the eclipse emulator but not on the device. I wanted to know if others have the same problem and if it was something I did or Parse is buggy. Yeah maybe I will download Genymotion and see how that goes.

Currently I just use an Alarm Service in android to create Alert Notifications at different times, But I was hoping to use my Back end to send custom Push Notifications.

Sorry can't help you with that as I haven't worked with push notifications before. But if you send me your code I can test to see if it is a device problem (some other app or setting interfering) or a code problem.