Questions tagged [apns-sharp]

apns-sharp is a C# library to interface with Apple's Push Notification Service for iOS devices. It contains a server-side library for sending and getting feedback, plus a sample MonoTouch client-side implementation.

48 questions
0
votes
1 answer

APNS-php push is so slow

I am doing a project that makes use of apns-php to push notifications to users of an apple app. There are about 2.7 million users. Currently, it takes about 3 days to push so many users. I allow 1000 concurrent processes for ApnsPHP Server. It is…
user955461
  • 631
  • 1
  • 6
  • 5
0
votes
2 answers

iPhone: Push notification reliability on bulk devices

I have been using https://github.com/Redth/APNS-Sharp to send push notification message to all devices where my iPhone App installed. It's working very inconsistent way! How does this issue started? We have an iPhone App with around 500 users. We…
Paresh Masani
  • 7,474
  • 12
  • 73
  • 139
0
votes
2 answers

PHP script is still running on server, but the webpage display has stopped

I wrote a PHP script to push notifications using APNS. I added a PHP progress bar to monitor how many users that have been pushed. The progress bar is displayed in the PHP page. I also keep updating a MySOL database to record the number. This script…
user955461
  • 631
  • 1
  • 6
  • 5
0
votes
0 answers

How to push notification in background on Expo app?

I would like to know how to code the sending of notifications in an Expo application (React Native) and which modules to use for this purpose. I've tried using FCM, but without success. My goal is to send notifications even when the application is…
0
votes
3 answers

Voip notifications are not receiving from Apns in debug mode in xamarin

I am working on a calling app where we are using pushkit notifications the problem is that I am not receiving notifications in debug mode with a Development profile. I am having the certificates installed and push notification certificates uploaded…
Siddhant maurya
  • 261
  • 1
  • 2
  • 12
0
votes
1 answer

Push notification not received

We are connecting to 'gateway.push.apple.com 2195' from a c# console with a right device token and production certificate. Ssl authentication went fine and no issues reported but the device doesn't recieve any alert message or badge. Device is…
Maruthi
  • 11
  • 2
0
votes
1 answer

apns push notification not sent : Baddevicetoken

I have a problem with apns sharp: I get the device token from my iTunes for the iPhone, and I put it into the program. However I am getting a baddevicetokenexception : 40 , invalid ... error. He must have 64 characters. I don't know how to get a…
Yassine
  • 1
  • 1
0
votes
1 answer

APNS: Receive non silent notifications if app is not running?

As I can see in the APNS documentation, silent notifications are handled in didreceiveremotenotification if the app is not running, but they have an low priority. So sometimes my iOS application doesn't receive silent notifications. Does iOS show…
user3516759
0
votes
0 answers

Unable to send push notifications to iOS devices

I want to send push notifications from back-end to iOS devices. I am able to register my device for push notifications. But the device is not receiving any notification. Here is my code: string pushNotificationsTelerikBackendServiceAPIKey =…
0
votes
0 answers

PushSharp ApplePushChannel not connecting or sending

I'm trying to upgrade from APNS-Sharp 1.0.4.4 and I'm using the current NuGet Version 2.2.1.0 After registering all events, the channel and sending a notification, nothing happens. No event fires, even if I wait for minutes. A test with GCM two…
0
votes
0 answers

Push Notification not working in iPhone 4

Apple Push notification is not working specifically for my app only in iPhone 4 device(iOS 7.1). Its working fine in other apps in iPhone 4 and it also works fine with 4s,5S,iPod touch. What might the issue?
rishu1992
  • 1,414
  • 3
  • 14
  • 33
0
votes
1 answer

APNS Feedback Service C# code not working

I tried to implement a feed back service code which i found over here. here is my code: private X509Certificate getServerCert(string certName) { var store = new X509Store(StoreLocation.LocalMachine); try …
Abbas Galiyakotwala
  • 2,949
  • 4
  • 19
  • 34
0
votes
1 answer

Maximum no of device token we can include in a Notification Payload

I am implementing a server in that i have to send a push notification to multipal iOS devices. Query How many "device token" we can include in single Notification payload?
0
votes
1 answer

PushSharp always return device expired

I'm trying to send a push notification using https://github.com/Redth/PushSharp I'm using the sample project as is (having commented out the non ios stuff from program.cs), I confirmed that the app i'm using is the correct app, I've regenerated the…
Monsters X
  • 2,638
  • 1
  • 19
  • 21
0
votes
1 answer

'SSL Stream Failed to Authenticate as Client' in APNS sharp

Here is my error, while using Redth pushsharp notifications from github. And the inner Exceprion is: 'The message received was unexpected or badly formatted' and message : 'A call to SSPI failed, see inner exception.' I'm sending push…
tiru
  • 789
  • 5
  • 20
  • 42