Top "Push-notification" questions

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

Open a view controller when a iOS push notification is received

I want to open a specific view controller when a user clicks on the received push notification message, but when …

ios cocoa-touch push-notification appdelegate
Receiving Push Notifications while in background

I know this is covered in a lot of places, but I cannot figure this out. I use Urban Airship …

ios xamarin.ios push-notification apple-push-notifications
Add iPhone push notification using ASP.NET server

Here's the overview. I need to add push notification to an iPhone app. Server side is ASP.NET in c#. …

c# iphone push-notification apple-push-notifications
iOS - Push notification alert is not shown when the app is running

I've integrated push notifications in my app. Users will receive push notification to join a group. When the user clicks …

ios objective-c iphone push-notification uialertview
Change push notification sound

How can I use a custom sound for push notifications? According to my research and reading, I have found that …

ios push-notification apple-push-notifications
Push notification issue with iOS 10

I've developed one application in that i've implemented push notification. Currently it's live on apple store. Upto iOS 9 push is …

ios push-notification ios10
Firebase Cloud Messaging with Ionic app

I am developing android/ios app using ionic framework (web technologies) and I want to add Push Notification with the …

cordova ionic-framework push-notification firebase firebase-cloud-messaging
Push-Notification Badge auto increment

I've been implementing the push service to my application, and I've been thinking about the application's badge. My app is …

iphone objective-c iphone-sdk-3.0 push-notification
How to handle push notifications if the application is already running?

How do we handle push notifications if the application is already running ? I want to show an alert if the …

ios objective-c push-notification apple-push-notifications
Which port and protocol does Google Cloud Messaging (GCM) use?

Which port and protocol does Google Cloud Messaging (GCM) use? We experience some times that messages doesnt get through, and …

android push-notification google-cloud-messaging