Questions tagged [moonapns]

A C# library for sending Apple Push Notifications from a .Net application.

A C# library for sending Apple Push Notifications from a .Net application.

Reference

25 questions
0
votes
1 answer

Sending Apple Push Notification from MVC Web Project

I am not able to send Notifications to Apple Devices using the Moon-APNS. I have the APNS implementation in a separate Class Library Project as MyProjet.APNS. While adding reference of the class library MyProject.APNS to my Web Project…
Vivek Parekh
  • 1,075
  • 9
  • 25
0
votes
0 answers

Don't receive Push Notification iPhone

I use two simle example for sending push notifications on iPhone. First example. I use PushSharp for sending: var push = new PushBroker(); var appleCert = File.ReadAllBytes(@"C:\pushService.p12"); push.RegisterAppleService(new…
Oleh
  • 447
  • 1
  • 11
  • 30
0
votes
1 answer

Unknown Error P12 File for Moon APNS

Does anyone of you know how to generate p12 file for MoonAPNS? For information, i have 2 different projects. At first i've tried to generated the file p12 for my first project and the push notification mechanism was going well, but when i tried to…
Yoshua Joo Bin
  • 517
  • 3
  • 6
  • 15
0
votes
0 answers

Moon-APNS; Array may not be empty or null. Parameter name: rawData

I am new to .net coding. Right now I am trying to implement Moon apns to send notifications to one of my iphone application. When I run the application locally (with out hosting) it is working fine and I am able to send push notifications to ios…
Sekhar Bhetalam
  • 4,501
  • 6
  • 33
  • 52
0
votes
1 answer

Getting internal error while setting pushnotification on MoonAPNS

I am getting System.Security.Cryptography.CryptographicException: An internal error occurred when initialize push notification using: Dim push = New PushNotification(False,"PushDistributionCertificates.p12", "mypswd") in MoonAPNS. This is working…
Purunep
  • 51
  • 7
0
votes
2 answers

APNS Input string was not in a correct format. Disconnected

I am trying to set up apple push notifications, i am writing my own code for the server and as far as i know i have set up the app correctly. How ever i keep getting the following error come back from the log: Payload queue received. Connecting to…
Sophia_xoox
  • 947
  • 4
  • 12
  • 26
0
votes
1 answer

Moon APNs SocketException

I have tried for some days to solve this. Searched everything that has something to do with MoonAPNs, but my specific Error none of you have had. As Title says I am using Moon APNs to send Push Notification to iOS Devices. I have folowed step by…
3m1
  • 31
  • 3
0
votes
2 answers

Cannot find the requested object in Moon_Apns

I am doing apple push notification using Moon-Apns library but i am stuck with an error "Cannot find the requested object". What i am missing here? please help me.
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

Unable to send push notification from server

I am working on an iPhone app which is using push notifications from a asp.net backend. I have used moon apns to send notifications. I was able to send the notifications when I executed the code on localhost but when I try to run the same code on…
pankaj
  • 7,878
  • 16
  • 69
  • 115
1
2