pushsharp Questions
2
It seems everyone uses PushSharp for sending push notifications to iOS devices from C#. But that library has a queue it uses instead of sending the notification directly, which then means you need ...
Feuilleton asked 31/1, 2014 at 5:20
9
I've developed an iOS app, that receives Push Notifications. I'm sending them from a .NET environment using PushSharp. Everything went beautifully while developing, and the Pushs were successfully ...
Cloakanddagger asked 13/2, 2015 at 12:13
2
Solved
I am using Firebase Cloud Messaging to send push notification to IOS and Android devices. I would like to send some text in message body, which has a part of it bold. That's how my JSON looks like ...
Brannan asked 21/2, 2018 at 9:42
1
Does pushsharp supports a new Apple approach for sending APN using Apple Push Notification Authentication Key (which never expires) instead of using Certificates? Is any way to use it with pushshar...
Iona asked 19/2, 2017 at 20:38
1
Solved
We are using a slightly modified version of PushSharp v2.2.1.0 that recently stopped working in our latest build. We are unable to update it to the 4.x or 3.x versions due to time constraints on th...
6
Solved
My app just got ready for sale on App Store, but none of my production devices (devices that have installed the app from App Store) are getting push notifications. When I try to send a push notific...
Peraza asked 27/4, 2014 at 21:10
1
I try to use PushSharp in an Apple passkit related project.
My current problem is about passkit pushes.
When I try to create my notification, it says
device tokent length is invalid (exact ex...
Gentoo asked 14/11, 2016 at 18:12
2
Solved
My app was getting push notification when I used Enterprise account with following push notification certificate in production environment:
Apple Production iOS Push Services
Then in order to pub...
Spanking asked 15/2, 2016 at 11:53
6
Solved
I have an app using Xamarin.Forms targeting IOS, Android and WP 8.
I need push notification feature in my app.
I have seen the pushsharp demos and it seems promising. But all the code I have seen i...
Drennan asked 13/3, 2015 at 10:17
1
Solved
I used PushSharp 2.0.4 and its fires an exception while sending notification to apple:
You have selected the Production server, yet your Certificate does not appear to be the Production certific...
1
Solved
I'm trying to test talking to apple's push notification sandbox server.
I made a certificate following this link
(enabled push notification, requested certificate authority, uploaded, generated ce...
Darelldarelle asked 21/5, 2015 at 17:58
1
I am using PushSharp v2.0.4. I have a push notification service (i.e., Windows Service) that sends out notifications every minute. The load on the service is quite small. At most, I will send four ...
Riancho asked 4/6, 2013 at 12:22
1
Solved
I'm currently building an android application using ionic/ngcordova. I'm at the point of implementing push notifications. I've implemented push notifications as a service which is injected at app.r...
Ronrona asked 12/2, 2015 at 0:12
2
I need to push notifications to tens of thousands of iOS devices that my app installed. I'm trying to do it with PushSharp, but I'm missing some fundamental concepts here. At first I tried to actua...
Demulcent asked 8/1, 2013 at 22:32
1
Solved
I have got a simple code:
PushBroker pushBroker = new PushBroker();
string path = HttpContext.Current.Server.MapPath("~/" + AppSettings.CertificatePath);
var appleCert = File.ReadAllBytes(path);
...
Sneed asked 24/4, 2014 at 9:59
2
Solved
I am using version 2.1.2 of PushSharp. The app is .NET 4.5.1 (although I have also tried targeting .NET 4.5 and .NET 4)
I am trying but not succeeding to send push messages through the sandbox Ap...
Weekley asked 16/4, 2014 at 16:45
1
Solved
I am attempting to use the PushSharp library for apple push notifications in a c# service I am running.
The code all appears to execute correctly, there are no errors and it seems all things are d...
Zwart asked 16/4, 2014 at 17:55
1
Solved
I use PushSharp to send notifications for a few Apps.
PushSharp is great it really simplifies the work with push services, and I wonder what is the right way to work with it?
I haven't found exampl...
Valeric asked 28/3, 2013 at 14:7
1
© 2022 - 2024 — McMap. All rights reserved.