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
0
votes
1 answer

Will each QueueNotification of a push message lead to either a NotificationSent or NotificationFailed

I am new to Push messages and PushSharp. I have a list of device ids to which I need to send a push notification message. But I do not want my program to wait on them forever. So I have two small questions: Will each call to the QueueNotification…
disasterkid
  • 6,948
  • 25
  • 94
  • 179
0
votes
2 answers

Notification Failed (Registration Invalid) on an Android Push

I have succeeded sending a push message to an iOS device but I'm running into problem with Android. I have been given the GCM API key and the registration id of the device that has the app installed. However, when I try to send the push message, the…
disasterkid
  • 6,948
  • 25
  • 94
  • 179
0
votes
2 answers

Register Apple Service using a .pem certificate

I would like to send a test PUSH message to an iOS device. I am provided with the device token and one .pem file as certificate. But I cannot seem to find a way to create a new ApplePushChannelSettings object using this .pem file. The examples on…
disasterkid
  • 6,948
  • 25
  • 94
  • 179
0
votes
1 answer

Phonegap push notification using pushwoosh and pushsharp

I am using pushwoosh plugin in my phonegap mobile app for IOS and Android push notification. using the pushwoosh I get the device token, after that I am saving the device token in my server, finally I am pushing the message from my server using the…
0
votes
1 answer

Push sharp Notification with Title and View Close Buttons

I am using push sharp to create remote notification. But I get the notification with out a title and a View/Close buttons. I am using a code adapted from Here Here is how I create my alert AppleNotificationAlert alert = new…
Helen Araya
  • 1,886
  • 3
  • 28
  • 54
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
2 answers

maximum number of Send attempts to send the notification was reached

I am using PushSharp C# library to send apple push notification and almost from last one month I am getting following error to send notification. Everything is complete to send a notification but from last month I am getting error like following, so…
0
votes
2 answers

Push sharp not sending notification and No Call backs in Push service

I am using pushsharp to create remote notification to my device. I did all the certficate stuff. My problem is when I try to send notification using push sharp nothing happens here is my code I adopted from Here. I would atleast expect some of the…
Helen Araya
  • 1,886
  • 3
  • 28
  • 54
0
votes
1 answer

Sending List of Strings in Payload

I am using Push Sharp to send push notification to iOS and Android clients. I need to send a List of strings, but not sure how can I achieve this? Do I need to send it with payload? Can someone show me code to do this? For iOS sample code is…
Hammad Nasir
  • 155
  • 3
  • 17
0
votes
1 answer

pushsharp ios notification not work

I try to send iOS push notifications using pushsharp library but I got the maximum send attempts was reached This is my code (note that I'm implementing pushbroker event function but I'm not showing it here): public class PushNotificationApple { …
0
votes
1 answer

Android PushSharp Notification message trimming

I am using PushSharp to push notifications on Android. But in Android notification center, long message gets trimmed with "...". Here is the image of notification text trimming: http://s10.postimg.org/3uoszl7cp/notification_Length.png My code to…
0
votes
1 answer

error while sending notification using PushSharp 2.2.1.0 iOS

I am using PushSharp version 2.2.1.0, and referencing "PushSharp.Core" and "PushSharp.Apple" libraries for iOS. I have removed all restrictions from firewall for the same because it was concerning some security issues. I Have exported certificate…
Anupam Singh
  • 1,158
  • 13
  • 25
0
votes
1 answer

Schedule Notification Using Push Sharp in Xamarin

I have created a Push Notification service for my IOS app using the code from the link below. http://woutercx.com/2013/05/09/sending-push-notifications-iphone-with-pushsharp-csharp-monotouch-client-server-side/ I have coded every thing and set up…
Helen Araya
  • 1,886
  • 3
  • 28
  • 54
0
votes
1 answer

How to set Badge value for Windows Phone 8 using PushSharp

I am able to send Push Notification to the Windows Phone using PushSharp but i couldn't see any option for Notification Badge. I am using following code to send notification to Windows devices int badge =…
imdadhusen
  • 2,493
  • 7
  • 40
  • 75
0
votes
1 answer

Apple Push Notification not working after changed Mac

since my old MacBook crashed and not able to revive, I have gotten a new macbook and load my project from SVN. Because of this I faced problem with the code signing. So I deleted all my cert and provision profile from Apple developer and…
TPG
  • 2,811
  • 1
  • 31
  • 52