Top "Push-notification" questions

Push notifications are alerts, badges, or sounds which are pushed to a mobile device from a remote server.

Why push notifications is not working on testflight?

I have tested push notifications as a developer account and it worked, But when i tried to put it on …

ios push-notification apple-push-notifications testflight
Swift read userInfo of remote notification

I implemented a function to open an AlertView when I receive a remote notification like this: func application(application: UIApplication, …

ios json swift push-notification userinfo
Generate int unique id as android notification id

When I send multiple push notifications, I need them to be all shown in the notification bar ordered by the …

java android push-notification
Android Color Notification Icon

I'm working on an app where I create a notification for the user. I want the icon to appear as …

java android colors push-notification android-notifications
Push Notifications in Mavericks iOS Simulator

I can't find anything about this, and I have never done anything with push notifications (but I know vaguely how …

iphone push-notification ios-simulator osx-mavericks
iOS support for Google Cloud Messaging

I saw in google's developer console that GCM allows to generate a API key for iOS. I searched in the …

ios push-notification google-cloud-messaging
Implementing Push notifications for iOS (Server Side)

We want to be able to push simple text messages to ALL our iphone users. For that we obviously need …

iphone ios push-notification apple-push-notifications
Send desktop notifications in Chrome or Firefox from a closed web app?

My goal is to send Gmail-style desktop notifications in Chrome or Firefox from a web app (let's call it X) …

google-chrome firefox notifications push-notification web-notifications
Flutter: Push notifications even if the app is closed

I have built an application with flutter that works like a reminder. How can I display notifications to the user …

push-notification flutter apple-push-notifications android-notifications mobile-application
Handling Push Notifications when App is NOT running

When my App is not running and receives a Push Notification, if I click on that notification, the App is …

iphone push-notification apple-push-notifications