Top "Push-notification" questions

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

Android Push Notification (GCM), is there any Daily Limit?

Is there any daily limit for number push notifications (GCM) can be sent to a particular android application user?

android push-notification limit google-cloud-messaging
iOS push notification: how to detect if the user tapped on notification when the app is in background?

There are a lot of stackoverflow threads regarding this topic, but I still didn't find a good solution. If the …

ios swift push-notification apple-push-notifications
How do iOS Push Notifications work?

How do iOS "push" notifications get delivered to a particular device without that device needing to poll a server? For …

ios push-notification apple-push-notifications
How does push notification technology work on Android?

How has Google implemented their push notification feature? Does it work through polling done by a service running in the …

android push-notification polling
GCM http 401 authorization error

When my backend server sends post requests to GCM servers I get an authorization error HTTP 401. I followed the steps …

android push-notification google-cloud-messaging http-status-code-401
How to fix Google Cloud Messaging Registration error: SERVICE_NOT_AVAILABLE?

I encountered a strange problem - I've been using GCM in my application for quite a long time and everything …

java android push-notification google-cloud-messaging
What to use now that FirebaseInstanceId.getInstance().getToken() is deprecated

I would like to know what would be the correct way to get Firebase token for sending push notification now …

android firebase push-notification firebase-cloud-messaging
Firebase Expandable Notification Show image when app is in background

I am implementing FCM notifications in Android, but how does notifications differ depending on the app status (background vs. foreground)? …

android background push-notification firebase-cloud-messaging
How to use Push Notifications in Xamarin Forms

I have an app using Xamarin.Forms targeting IOS, Android and WP 8. I need push notification feature in my app. …

c# xamarin push-notification xamarin.forms pushsharp
Increment the Push notification Badge iPhone

Is it possible to increment the badge value on receiving the notification. OR Should I send the count as payload? …

iphone objective-c xcode push-notification