Top "Push-notification" questions

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

Best way to implement push notifications with Firebase

I am an iPhone app coder, and I'm using Firebase as my backend server. Firebase doesn't support Push Notifications, so …

ios push-notification firebase zapier pushover
Android C2DM Push Notification

I am developing one application and in that application I need to implement push notifications. Can anyone suggest how I …

java android push-notification android-c2dm
How to use Notification service extension with UNNotification in iOS10

Apple introduce new extension names "UNNotificationServiceExtension", but how to launch it from push notification ? I read that service extension provide …

ios push-notification ios10 ios-extensions
Google Chrome Push Notifications not working if the browser is closed?

It is written here that the push notifications will work even if the browser is closed, but I tested it …

javascript google-chrome push-notification service-worker progressive-web-apps
Custom Notification Sound not working in Android Oreo

Uri sound = Uri.parse(ContentResolver.SCHEME_ANDROID_RESOURCE + "://" + context.getPackageName() + "/" + R.raw.notification_mp3); mBuilder.setSound(sound); I had copied …

android push-notification android-notifications
global leak errors in mocha

I was trying to unit test the apple push notification library when I got a global leak error trying to …

node.js unit-testing push-notification apple-push-notifications mocha
Customizing the iOS permission dialog for push notifications

When an iOS app attempts to register for push notifications for the first time, the system pops up a permissions …

ios push-notification apple-push-notifications ios-permissions
How to implement XMPP to send push notifications

I would like to use XMPP so that my application will send out updates to an android phone (1.5 and higher). …

java android xmpp push push-notification
Update Badge Number when push notification is received when App is not Open

I have an App in which i am facing the issue that the badge number only gets updated when i …

ios push-notification apple-push-notifications badge
How do push notifications work?

I'm trying to implement push notifications on my PHP-based website. The goal is to make something similiar to what Stackoverflow …

php javascript apache push-notification amazon-sns