Most voted "apple-push-notification" questions
15 questions
Sort by count of
-
5
votes1
answer811
viewsHow do I implement an Apple APNS push notification service?
I own a web service, and would like to create a Push Notification service for an app using Apple APNS without using the third-party service, as I could do this?
-
2
votes0
answers54
viewsPush Sending arriving frantically or not enough
I have a system that sends notifications pushs to devices that have an app installed. Specifically on iOS is coming several times (30 and more) the same push. On Android is happening the following…
-
1
votes1
answer563
viewsHow do I know when the app quits on iOS?
I’m developing an app that sends notification by push, but so that my server does not send notifications to the devices from which my application was uninstalled and does not pollute my server, as I…
-
1
votes1
answer74
viewsError with APNS Server using PHP
I created a small APNS Server using PHP, using an older version of Xampp. However when I went to use the push file in a current version, I received the error as per the image: The error line that is…
-
1
votes0
answers198
viewsphonegap-plugin-push does not work on iOS
Good afternoon to all! I have an IONIC project where I am using phonegap-plugin-push to send Push notifications. Android is working very well, but iOS does not work. Alert does not appear asking if…
ios apache-cordova push-notification apple-push-notificationasked 8 years, 2 months ago eliangela 171 -
1
votes1
answer124
viewsHow to Push Notification for iOS? (preferably using C#)
I can already send push notification to Android. Taking into account that I already own all keys, device token and certificates, how is it possible to send a push notification to iOS? I saw in some…
apache-cordova apple-push-notification google-cloud-messagingasked 7 years, 5 months ago Jáder Carvalho de Medeiros 46 -
0
votes1
answer91
viewsHow to implement APNS server using Easyapns?
I’m trying to use Easyapns in a project for iOS 8. But due to the fact that the project is old and there are no updates for it, I’m having problems. More specifically, with respect to the server,…
-
0
votes1
answer547
viewsHow to create the certificates and provisioning profile correctly for use of Push Notification?
I need help creating a certificate for provisioning profile correctly to Push Notification. Because I followed several different tutorials, and in all of them I did not succeed. Only in a moment I…
-
0
votes0
answers54
viewsHow to host the Aerogear?
How to host Aerogear, to create a push notification service. I already have a host for a small project, and would like to know if anyone has used or uses Aerogear and can guide how I can host this…
-
0
votes0
answers88
viewsHow to get data in a web service when receiving a push Notifications with application in idle state
I have an application that when receiving a push notification needs to connect to my web service to get relevant data for the user. When the application state is active or in the background it can…
ios swift apple-push-notification push-notificationasked 9 years, 4 months ago João Paulo Alencar 1 -
0
votes1
answer19
viewsperformFetchWithCompletionHandler not being called into production
I’m implementing a Swift 2 app that requests an xml feed from time to time, and triggers a local notification. For that, I’m using the method performFetchWithCompletionHandler no Appdelegate.…
-
0
votes1
answer143
viewsIos does not receive push Notifications
The problem is, in my app the server sends Notifications to users but I don’t know why the devices aren’t receiving notifications. What I’ve already tested: Server side sends notifications smoothly…
-
0
votes0
answers56
viewsPushsharp 4.0 - Namespace not recognized "Pushbroker"
I have the following problem, recently added to my server the lib PushSharp 4.0 to send notifications to Ios. However with the code I have, I’m having the following error: the type namespace name…
-
0
votes0
answers18
viewsGet an Apple auth key APN
I’m trying to use Apple’s Push Notification system, but I can’t enter the "Certificates, Identifiers & Profiles" page in their developer page, just don’t have this option there, no menus or…
-
-2
votes1
answer174
viewsHow to build a simple APNS server with PHP?
I am creating a small service triggering notifications. I made this code, to make several pushes shots, where the devicetokens come from a server. But I’m finding the following problems: When I…