Top "Push-notification" questions

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

Renew Push certificate and keep current App Store App working

I have an app on app store, which is using an iOS Provisioning Profile (Distribution) which is expired. This Profile …

ios push-notification apple-push-notifications
Open Specific View when Opening App from Notification

I have just added push notifications to my app. I'm wanting to have so that when a user opens the …

ios push-notification viewcontroller
Cannot resolve symbol 'GoogleCloudMessaging' GCM

I am trying to get GCM working in my app (to notify users when our hours change, or when we …

java android push-notification google-cloud-messaging android-studio
Push notifications (GCM) permission at runtime?

I have read that it is necessary to ask the user for some permissions at runtime for API 23 and up. …

android push-notification google-cloud-messaging android-permissions
registerForRemoteNotifications method not being called properly

I'm currently using Xcode6 beta (first version). Using parse.com, I'm trying to implement push notifications. In my app delegate, …

ios xcode push-notification parse-platform
GET_ACCOUNTS permission while using GCM - Why is this needed?

I have an app, with Push notifications implemented. I want to understand the reason why we need "GET_ACCOUNTS"(android.…

android push-notification google-cloud-messaging
"no valid aps-environment entitlement found for application"

I am encountering this error when I am loading an Ad Hoc build of my Push Notification enabled iPhone app …

iphone push-notification apple-push-notifications
How can I do push notifications in an HTML5 Web application?

I have a web application. I want to use the HTML 5 inbuilt notifications API to do push notifications from the …

javascript html push-notification web-push push-api
Does firebase handle push notifications?

I am investigating whether firebase and angularfire are a good fit for my upcoming project. One of the requirements are …

push-notification firebase
In what period does the firebase's app token changes and how to manage it?

I am new to firebase I am learning it like a toddler learning to walk. So far I have managed …

android push-notification firebase firebase-cloud-messaging