Top "Push-notification" questions

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

Detect if the app was launched/opened from a push notification

Is it possible to know if the app was launched/opened from a push notification? I guess the launching event …

ios push-notification ios6 apple-push-notifications uiapplicationdelegate
Will iOS launch my app into the background if it was force-quit by the user?

I am triggering a background fetch by using the content-available flag on a push notification. I have the fetch and …

ios ios7 push-notification apple-push-notifications
Android: Test Push Notification online (Google Cloud Messaging)

Update: GCM is deprecated, use FCM I am implementing Google Cloud Messaging in my application. Server code is not ready …

android push-notification google-cloud-messaging android-notifications server-push
No notification sound when sending notification from firebase in android

I am sending push notification from firebase to my Android Application. but when my app is in background firebase onMessageReceived …

android push-notification notifications firebase firebase-cloud-messaging
Registering for Push Notifications in Xcode 8/Swift 3.0?

I'm trying to get my app working in Xcode 8.0, and am running into an error. I know this code worked …

ios push-notification swift3 ios10 unusernotificationcenter
How to get RegistrationID using GCM in android

I am trying to do push notification in android using GCM. I read the Google docs for GCM and their …

android push-notification google-cloud-messaging
Reset push notification settings for app

I am developing an app with push notifications. To check all possible ways of user interaction, I'd like to test …

iphone push-notification
How to test Push Notification is working in my application

In my application I am implementing the Push Notification Service. I have a Content Provider server, which contains some products …

ios objective-c push-notification
Apple PNS (push notification services) sample code

Is there a sample project showing how to use APNS on the IPhone and how to set up things? I'm …

iphone push-notification
Is Firebase Cloud Messaging free?

I need to implement push notification feature in my application. Exploring some options. Google recently recommends Firebase platform, but this …

android push-notification firebase google-cloud-messaging firebase-cloud-messaging