Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
618 views

iPhone certificate error in apns sharp A call to SSPI failed

i have a data service hosted in azure from which i am sending notification to iphone but while establishing connection with apns i am getting following error "A call to SSPI failed. The message ...
2
votes
3answers
3k views

apple push notification with APNS sharp

i use APNS Sharp library for my apple push notification. i have downloded from Here.i use sample test program provided by APNS sharp library without any modification. it simply does not send any ...
2
votes
2answers
2k views

Can I use an X509Certificate2 within ASP.NET without using a certificate store?

I am trying to use an X509Certificate within an ASP.NET web service within the Rackspace Cloud. I have a feeling the certificate stores on the cloud nodes maybe causing problems. I also have a ...
1
vote
0answers
23 views

APNS APPLE C# sslstream response

i want to use APNS from Apple with a c# service. The service runs perfect. What i wanna have is the feedback from Apple if have send the pans to apple. So what i need is the feedback from a sslstream. ...
1
vote
3answers
86 views

How can I use the following events/delgates, written in C#, in VB.NET?

I'm using JdSoft's APNS-Sharp library in my ASP.NET web app. The library is written in C#, and makes extensive use of Delegate Functions and Events for threading purposes. My application is written in ...
1
vote
0answers
149 views

APNS issue using APNS Sharp - first few notifications undelivered

Here is an issue that is giving me a real headache. We are developing a cross platform application where we need Push Notifications. We have a server syncing every app, and in case the app is not ...
1
vote
1answer
122 views

Does APNS-SHARP is the library that send multiple payloads in one connection?

I'm new for iPhone application development. I'm use APNS-SHARP for Push Notification. I want to know that this library use the method that "send multiple payloads in one connection". Can I use this ...
1
vote
1answer
388 views

push notification not received by iPad

We are running into an issue with push notification. We are sending alerts to iPad app through apple sand box. From our C# console, it connects to APNS (TCP/IP), authenticates SSL and sends ...
1
vote
1answer
264 views

Push notification c# google code showing error “File not found” every time.?

I need to use asp.net c# code for Server of Push notification Service. i have also downloaded Source code from google Source code. there are 3 zip files available . I am using latest ...
0
votes
1answer
54 views

Error “A type load exception has occurred.” using apns-sharp with mono

I'm trying to move my APN backoffice from PHP to C# for performance issue. Bear with me, I'm new to C# and mono. I've just downloaded MonoDevelop 2.8.6.4 and APNS-sharp merge 26 on my OSX 10.7.2 I ...
0
votes
0answers
113 views

Sending push notifications with APNS-Sharp

I use APNS-Sharp in my server and it works perfect, except in one scenario, I'll try to describe it: Server sends first push - NotificationService successfully connecting to apple servers, i get ...
0
votes
0answers
115 views

APNS-php push is so slow

I am doing a project that makes use of apns-php to push notifications to users of an apple app. There are about 2.7 million users. Currently, it takes about 3 days to push so many users. I allow ...
0
votes
2answers
199 views

iPhone: Push notification reliability on bulk devices

I have been using https://github.com/Redth/APNS-Sharp to send push notification message to all devices where my iPhone App installed. It's working very inconsistent way! How does this issue started? ...
0
votes
2answers
83 views

PHP script is still running on server, but the webpage display has stopped

I wrote a PHP script to push notifications using APNS. I added a PHP progress bar to monitor how many users that have been pushed. The progress bar is displayed in the PHP page. I also keep updating a ...
0
votes
0answers
49 views

ApnsPHP[2601]: 'INFO: Parent process 2422 died unexpectedly, exiting

I am trying to insert pushTokens in the feeback into a database. Here is the sample function code: public function getFeedbacks(){ // Instanciate a new ApnsPHP_Feedback object ...
0
votes
0answers
273 views

WhatsUp, GroupMe App Chat system. (Implementing Live chat for iPhone)

Can some one please tell what framework does iPhone chat apps like GroupMe, WhatsUP uses? I am implementing a live chat app for iPhone. I am sure they use Apple Push Notifificaitons to receives ...
0
votes
3answers
730 views

Apple Push Notifications Using Moon-APNS or APNS-Sharp

I am having really hard time figuring out how to send messages from my server to the APNS. I have used Moon-APNS and APNS-Sharp and I am stuck at the same error which is "parameter is incorrect". I ...
0
votes
0answers
211 views

SSIP and Authentication failed error in apns sharp [closed]

I am using apns sharp library for sending push notification to an iPhone device but while sending the notification I am getting the following exception "a call to sspi failed see inner exception ...
0
votes
1answer
198 views

iPhone push notification error

t have created a service for sending push notification to iPhone by using APNS-SHARP .while closing the connection i am getting an error that " A connection attempt failed because the connected party ...
0
votes
1answer
415 views

APNs-sharp libraries not working on windows server 2008, CryptographicException

I have an asp.net application that uses the APNs-Sharp libraries to send push notifications. It works fine on my local machine but when i publish to a windows 2008 r2 server machine I get the ...
0
votes
1answer
472 views

APNs-Sharp work on an ASP.Net application?

I saw a few posts on apple push notifications from an asp.net application but none of them i saw addressed the issues i'm having with the APNs-Sharp libraries. I'm assuming it should work with an ...
0
votes
1answer
277 views

Push notification not received

We are connecting to 'gateway.push.apple.com 2195' from a c# console with a right device token and production certificate. Ssl authentication went fine and no issues reported but the device doesn't ...
0
votes
1answer
366 views

How do I convert a combined PEM into a pkcs12 P12 file?

I have an Apple Push Notification Service PEM file which I have working in a PHP script. I can send push notifications to iOS devices that have my app installed. I am trying to make it work with the ...
0
votes
2answers
280 views

apns push notification not sent : Baddevicetoken

i have a probleme with apns sharp i get the device token from my itunes for ( iphone ) and i put it int the programme and i have a baddevicetokenexception : 40 , invalid ... he must have 64 i dont ...
0
votes
2answers
651 views

APNS SSlStream Authentication failed because the remote party has closed the transport stream

Im trying to push notification to iphone using asp.net, C#. I get the following error "Authentication failed because the remote party has closed the transport stream" in this line of code. ...
-2
votes
0answers
17 views

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 ...