PassSharp icon indicating copy to clipboard operation
PassSharp copied to clipboard

An Apple Wallet Passbook library in C#/.NET

Results 9 PassSharp issues
Sort by recently updated
recently updated
newest added

when i try to run the demo i got the following error in .tojson function The type initializer for 'ServiceStack.Text.JsConfig' threw an exception. that he can not find the pass.json...

Bumps BouncyCastle from 1.8.1 to 1.8.9. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=BouncyCastle&package-manager=nuget&previous-version=1.8.1&new-version=1.8.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hi, In the code PassWriter.WriteToStream(pass, ms, new X509Certificate2(certWDRData), new X509Certificate2(certPassData, Password)); I'm getting an error saying Invalid provider type specified. So, what am I doing wrong...

Unable to parse expirationDate /Date(1487415600000-0000)/ as a date. We expect dates in "W3C date time stamp format", either "Complete date plus hours and minutes" or "Complete date plus hours, minutes...

Mantaining existing functionality See https://docs.microsoft.com/es-es/dotnet/standard/net-standard

While i was creating a .pkpass file with writetofile() function then there is an exception like System.Security.Cryptography.CryptographicException: 'Keyset does not exist. Can you please help me out.

How do we get the .pfx file? Do we have to convert our .cer apple pass cert?

I have that last step as being this : using (var myStream = new MemoryStream()) { PassWriter.WriteToStream(myPass, myStream, new X509Certificate2("MyFiles/AppleWWDRCA.cer"), new X509Certificate2("MyFiles/Certificates.p12", "mypassword")); } But I am getting two exceptions...