Questions tagged as 'apple-push-notification'

1
answer

How to implement an Apple APNS push notification service?

I have a web service , and I would like to create a Push Notification service for an app using Apple's APNS, without using the third party service, how could I do that?     
asked by 06.11.2014 / 15:31
0
answers

Sending Push arriving frantically or not arriving

I have a system that sends push notifications to devices that have an application installed. Specifically in iOS is arriving several times (30 and more) the same push. On Android the following error is occurring: https://fcm.googleapis.com/...
asked by 03.10.2017 / 13:34
1
answer

How do I know when the app is unzipped on iOS?

I am developing an application that sends push notification, but so my server does not send notifications to the devices from which my application was uninstalled and not polluting my server, how could I know when User Uninstalled My Applicati...
asked by 16.11.2014 / 04:28
1
answer

Error with APNS Server using PHP

I created a small APNS Server using PHP, using an older version of Xampp. But when I was using the push file in a current version, I got the error as per the image: The error line which is referenced above is this: // Servidor de produç...
asked by 22.01.2015 / 00:24
1
answer

How to do Push Notification for iOS? (preferably using C #)

I can now send push notification for Android. Given that I already have all the device keys, token, and certificates, how can I send a push notification to iOS? I've seen in some places that the payload for iOS is different from Android. I am...
asked by 13.06.2017 / 12:07
0
answers

phonegap-plugin-push does not work on iOS

Good afternoon everyone! I have an IONIC project where I'm using the phonegap-plugin-push to send push notifications. On Android is working very well, but on iOS does not work. Alert does not appear asking if I want to receive notifications a...
asked by 08.09.2016 / 21:11
1
answer

How to implement an Apple APNS push notification service?

I have a web service , and I would like to create a Push Notification service for an app using Apple's APNS, without using the third party service, how could I do that?     
asked by 06.11.2014 / 15:31
1
answer

performFetchWithCompletionHandler not being called into production

I'm implementing an app in Swift 2 that makes requests to an xml feed from time to time, and triggers a local notification. For that, I'm using the performFetchWithCompletionHandler method in AppDelegate. Locally, using my device, the met...
asked by 09.10.2015 / 23:54
1
answer

ios does not receive push notifications

The problem is this, in my app the server sends notifications to the users but I do not know why the devices are not receiving the notifications. What I've tested: Server side sends the notifications without problems (active and correct ce...
asked by 19.08.2016 / 16:30
1
answer

How do I create the certificates and the provisioning profile correctly for Push Notification use?

I need help to properly create a provisioning profile certificate for Push Notification . Because I followed several different tutorials, and in all I did not succeed. Only at a time when I used the provisioning profile of Team that I was ab...
asked by 12.11.2014 / 23:31