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
2 answers

Google Cloud Messaging - is there a way to see list of all sent (or queued) notifications?

We have a strange issue: We use PushSharp to send out notifications to Android devices, and the logs say Notification sent, but none are received on the device. If I change the Registration ID (replacing a character with something else), I do get…
avs099
  • 10,000
  • 5
  • 53
  • 105
0
votes
1 answer

How to send tile notification with parameters using push sharp in windows phone 8

I am sending notifications to Windows Phone 8 using Push Sharp. Using these notifications I want to update the Webportal URL which my app is using, if it is changed to some other URL. Firstly I tried it using toast notifications and was able to send…
Nitika
  • 103
  • 11
0
votes
1 answer

Toast notification disappears after 10 sec in windows phone 8

Toast notification disappears after 10 sec,if user does not tap on that and I am not able to get How to handle this, if user misses the notification. Requirement is that toast should not disappear untill user taps on it. One way of doing this is to…
Nitika
  • 103
  • 11
0
votes
1 answer

navigation to particular page not working in windows phone toast notification using push sharp

I am sending toast notifications to windows phone 8 using push sharp and getting those notification. Currently when I tap on toast app launches and first page of the my app opens up. But instead of this i want to navigate to particular page of my…
Nitika
  • 103
  • 11
0
votes
2 answers

pushsharp client name changed

Using the PushSharpClient sample code I changed the package name from com.pushsharp.test to com.testPush. I searched and replaced all instances of the old name with the new one. When I try to debug run the application in Xamarin Studio (F5) on my…
Simon N
  • 17
  • 2
0
votes
1 answer

PushSharp iOS PushNotification with custom sound

I am trying to add a custom sound to at push notification with PushSharp, but I can't find any documentation about this. I am using a windows service in C#, and every thing worked with default sound. But when I use this code I either get default…
Morten Holmgaard
  • 6,452
  • 6
  • 55
  • 79
0
votes
2 answers

How to send batch notifications in GCM using PushSharp

As the title says, I have a list of all my registration IDs, and I want to send the same message to all of them at once. I was told that GCM can handle approximately 1000 notifications at once, but I'm really confused as to how to do this in…
0
votes
2 answers

Can a Xamarin.IOS with PushSharp app be rejected by Apple AppStore?

I am designing a project that will use Xamarin.iOS for creating an iPhone/iPad application, which will make use of push notifications and in the end, it has to be published to Apple AppStore. While I have to use Xamarin.iOS, I know that push…
0
votes
1 answer

Notification PushSharp Android and IOS

To do push notifications to my Android app I use PushSharp, it's very easy.There is also tools for IOS push and I want to send notifcations but I don't find anything in Java to implement push for IOS. If someone have an idea ? Thanks
benji2092
  • 53
  • 1
  • 8
0
votes
1 answer

PushSharp + Windows Phone deep linking on Toast Notifcation

When using PushSharp with Windows Phone, I'm sending the notification with a deep link to a view in my app. push.QueueNotification(new WindowsPhoneToastNotification() .ForEndpointUri(new…
0
votes
2 answers

PushSharp Library and sending notifications to APN

I've downloaded the library Push Sharp and checked through the source and I couldn't figure out how to start sending notifricatinos to APN. As given in their documentation I've configured the certificate of Apple. But the library is too complex and…
MJM
  • 89
  • 1
  • 7
0
votes
1 answer

How to put variable into JSON

Actually I'm working with PushSharp. I would like to send notification but I have to put variable into this JSON instead of hardcoded text (below example). var msg = "TEST MESSAGE"; push.QueueNotification(new…
lukso
  • 587
  • 5
  • 13
  • 31
0
votes
1 answer

Multiple Notification is getting from (GCM)Google Notification Server?

I have multiple different deviceids in my database table pointing to same a device because google will send me different device id when a device reinstall/install. Due to which devices getting multiple notifications which is hurting me and my users…
0
votes
2 answers

Pushing near real time position updates to a number of clients

I'm currently in the early stages of designing a cross-platform mobile app (iOS, Android, WP8). At its core, the application will allow proximity based interaction between an unknown number of client devices. Could someone recommend a framework or…
0
votes
2 answers

notification with pushsharp

I want to implement notification in web application with pushsharp. I found some sample projects on github for pushspharp they are working. please help me in getting start to develop small app on notifications with pushsharp. thanks in advance
user1924911
  • 107
  • 1
  • 1
  • 10
1 2 3
17
18