Questions tagged [pushsharp]

It is a server-side library for sending Push Notifications to iOS/OSX (APNS), Android (GCM) and Windows (WNS).

PushSharp is a server-side library for sending Push Notifications to iOS/OSX (APNS), Android (GCM) and Windows (WNS).

261 questions
1
vote
0 answers

IOS Push Notification doesn't work using PushSharp

Im using PushSHarp on my project via Nuget and VisualStudio (c#) to try to send push notification through APN. I created all of the file that required using my Apple account(development certificate, .p12 files etc). Each time i used the right code…
1
vote
0 answers

PushNotification options for c# server to iOS device

Is it possible to use OneSignal to create a native PushNotification to an iOS device from an asp.Net server? What's the difference between OneSignal and PushSharp? Is the difference that I would have to setup OneSignal on my mobile app instead of…
1
vote
1 answer

Apple Notification Failed: ID=2, Code=ConnectionError

I'm using PushSharp 4.0.4, installed from NuGet In the OnNotificationFailed(ApnsNotification, AggregateException) event of the Apns broker, I often get this exception: Apple Notification Failed: ID=2, Code=ConnectionError . According to me it…
Rohit Goyat
  • 69
  • 1
  • 3
1
vote
0 answers

PushSharp 4.0 Performance Issue

I m trying to push more than 500 K GCM and APNS notification, but it takes even more than 10 minutes in v4.0 while v2.0 takes 2-3 minutes over all. I tried to change scale up to 50 or keep it 10 and increase the thread - task count but could not…
MSK
  • 1,035
  • 1
  • 10
  • 19
1
vote
0 answers

Push notification is firing success event but not received on device

I am using phonegap. The push notification is sent to the iOS device while debugging the success event is always fired but the notification is not always received. I am using the latest pushsharp version. Thank you.
Mich
  • 56
  • 4
1
vote
3 answers

Send Push Notification in C#

I am trying to send push notification to iOS device with below coding in VS C# Web project. Actually below coding without any error, but i didn't received any notification on my device finally, anyone have idea? thanks. static void Main(string[]…
1
vote
1 answer

Pushsharp 4.0.10.0 ApnsConfiguration connection error for iOS device tokens

I am using PushSharp 4.0.10.0 library to send the notification on iOS devices but it's not working. I have debugged it and found there is some ApnsConfiguration connection problem. I am using this code to send the notificaiton: public…
Neeraj Purohit
  • 243
  • 3
  • 23
1
vote
1 answer

how to send notification on ios using c#

I am using this code which I mention below but I am getting an error: Specified argument was out of the range of valid values. Parameter name: Your Certificate is not a valid certificate for connecting to Apple's APNS servers I want to send…
1
vote
0 answers

PushSharp WNS - notification failed for Windows Phone only

I'm using PushSharp to handle push notifications as part of a C#/ASP.NET back end for a Cordova app. The push notifications are sent and received successfully for the Android and iOS platforms, but fail to send for the Windows platform. When…
whataguy
  • 11
  • 1
1
vote
0 answers

APNS service not sending from hosted computer

I have a push sharp service i need to send notification from hosted computer, i try from normal computer and it send notification but when i run on hosted computer and try to send it gives the exception below: System.AggregateException: One or more…
Amalo
  • 772
  • 3
  • 13
  • 32
1
vote
0 answers

Unable to get push notification using Pushsharp & Pushplugin

I am using pushplugin in my Cordova app - frontend. For backend, I am using webapi with Pushsharp notification. I am able to send message to Pushsharp but I am unable to get the notification. Please suggest. I am using Pushplugin to generate the…
1
vote
1 answer

Sending out Push Notifications from PushSharp through FCM

We had an issue with the PushSharp(V2.2.1) in sending out Push Notifications to Android using GCM. So it was decided to use the latest FCM with the latest version of PushSharp (V4.0.10) . My doubt is whether push sharp will send out notifications to…
1
vote
0 answers

Push sharp - APNS Notifications not being sent

I'm currently developing an app with Telerik, and I need push notifications, I have set this up using Push Sharp in my api, gcm notifications are sending correctly to android phones, but when I run sendToiOS, iPhones do not receive APNS…
SammyRob
  • 49
  • 1
  • 13
1
vote
1 answer

How to remove machinekeyset from APNSConfiguration?

I am using PushSharp in my .net Windows Service to send Push Notification to Android, iOS, and BlackBerry. After calling below line: apnsConfig = new ApnsConfiguration(appleServerEnv, appleCert,…
subha
  • 1,050
  • 2
  • 15
  • 42
1
vote
1 answer

Apple push notification with smaller payload length is not being receive by iOS 10 device

We have a app in which we need to send push notifications for different scenarios. But especially for one scenario the push notification is not being received by the iOS 10 devices. But the logs in the Backend (c# and SQL server) says the push…
Kautham Krishna
  • 967
  • 1
  • 14
  • 33