HarunBahcel / apns-sharp

Automatically exported from code.google.com/p/apns-sharp
0 stars 0 forks source link

The credentials supplied to the package were not recognized #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm guessing I'm missing something simple. I have my device id and have 
verified it is correct. I have my .p12 file and have verified in the 
debugger that it is being decrypted correctly and my certificate is 
correctly being passed to the AuthenticateAsClient method. 

I get the error: "The credentials supplied to the package were not 
recognized" when running my modified version of the Notifications test 
project.

Any pointers to push me in the right direction? Right now I'm stumped and 
I'm not really sure where to focus my efforts.

Thanks in Advance!
J.D.

Original issue reported on code.google.com by jeremy.d...@gmail.com on 28 Feb 2010 at 1:22

GoogleCodeExporter commented 8 years ago
I found issue 3 was the same problem. Really need to update the wiki and maybe 
have a 
special note so people don't blow over it thinking they already read how to 
generate 
the .p12 file, because the Apple instructions explicitly tell you to select 
both the 
cert and the private key when creating your.p12 file.

http://code.google.com/p/apns-sharp/issues/detail?id=3

Works now, though. Thanks a ton for making this open source!

Original comment by jeremy.d...@gmail.com on 28 Feb 2010 at 4:38

GoogleCodeExporter commented 8 years ago
Updated the wiki

Original comment by jond...@gmail.com on 27 Mar 2010 at 6:50