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

Java APNS Received fatal alert: certificate_unknown

I am trying to send push notifications using APNS. I have different set of apps generated using different provisioning profiles (for different Apple account). For example: I have app ABC developed using Apple Profile X, and APNS code using provider…
RickDavis
  • 2,276
  • 6
  • 25
  • 31
0
votes
1 answer

In Moon APNS, what is the logic behind fetching valid tokens, in GetFeedBack method?

I have been trying to figure out list of valid tokens for my Apple app using MoonAPNS library. While using GetFeedBack() the count of received tokens is varying drastically after few minutes. In first attempt it was around 8000. Then it was 0 in…
rajesh
  • 285
  • 4
  • 16
-2
votes
1 answer

APPLE IOS Notification with .NET

I am new to APPLE Push Notifications.I have p12 file,password and device token also. I used code from https://github.com/Redth/APNS-Sharp But when i try to run it it will not show any error messages but the iphone does nt get any message. Another…
Sree
  • 584
  • 6
  • 20
1 2 3
4