2016-09-27 6 views
0

내가 PushSharp가 동작하지 않습니다 비어있는 것을 ... :/PushSharp 던지는 CryptographicException는 : 인증서 인스턴스는 내가 아무 생각이 없지만 내가, 문제는 내가 잘못하고있어 뭔가 확신,

여기에 코드입니다 :

System.Security.Cryptography.CryptographicException: Certificate instance is empty.

System.Security.Cryptography.CryptographicException: Certificate instance is empty. 
     at System.Security.Cryptography.X509Certificates.X509Helper.ThrowIfContextInvalid (System.Security.Cryptography.X509Certificates.X509CertificateImpl impl) [0x0000b] in /private/tmp/source-mono-4.6.0/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/corlib/System.Security.Cryptography.X509Certificates/X509Helper.cs:120 
     at System.Security.Cryptography.X509Certificates.X509Certificate.get_Impl() [0x00000] in /private/tmp/source-mono-4.6.0/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/corlib/System.Security.Cryptography.X509Certificates/X509Certificate.cs:137 
     at System.Security.Cryptography.X509Certificates.X509Certificate2.get_Impl() [0x00000] in /private/tmp/source-mono-4.6.0/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/System/System.Security.Cryptography.X509Certificates/X509Certificate2.cs:63 
     at System.Security.Cryptography.X509Certificates.X509Certificate2.get_IssuerName() [0x00000] in /private/tmp/source-mono-4.6.0/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/System/System.Security.Cryptography.X509Certificates/X509Certificate2.cs:169 
     at PushSharp.Apple.ApnsConfiguration.CheckIsApnsCertificate() [0x00011] in <1389cefdb7bb4d6c97d6126934847d24>:0 
     at PushSharp.Apple.ApnsConfiguration.Initialize (PushSharp.Apple.ApnsConfiguration+ApnsServerEnvironment serverEnvironment, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.Boolean validateIsApnsCertificate) [0x000a8] in <1389cefdb7bb4d6c97d6126934847d24>:0 
     at PushSharp.Apple.ApnsConfiguration..ctor (PushSharp.Apple.ApnsConfiguration+ApnsServerEnvironment serverEnvironment, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) [0x00006] in <1389cefdb7bb4d6c97d6126934847d24>:0 
,536,913,632 :

var cert = new X509Certificate2(
       "cio_aps_development.p12", 
       "", 
       X509KeyStorageFlags.MachineKeySet | 
       X509KeyStorageFlags.PersistKeySet | 
       X509KeyStorageFlags.Exportable); 

//var config = new ApnsConfiguration(ApnsConfiguration.ApnsServerEnvironment.Sandbox, "cio_aps_development.p12", ""); 
var config = new ApnsConfiguration(ApnsConfiguration.ApnsServerEnvironment.Sandbox, cert); 

그것은 중요하지 않습니다 내가 가지고 접근,이 오류가 발생합니다 10

아이디어가 있으십니까?

감사합니다!

답변

0

향후 참조 용 :

문제점은 내 p12 파일입니다. 그것은 제대로 수출되지 못했습니다. 올바른 방법으로 내보내기 한 후 효과가있었습니다.