tomasmcguinness / dotnet-passbook

A .Net Library for generating Apple Passbook (Wallet) files for iOS. Please get involved by creating pull requests and opening issues!
MIT License
319 stars 117 forks source link

Mountain Lion Pass Viewer #10

Closed rudacs closed 11 years ago

rudacs commented 12 years ago

Pass The generated C # does not open in the Viewer Pass Mountaion Lion (works on iphone). Already the Pass of passsource, works perfectly.

What can it be?

tomasmcguinness commented 12 years ago

I've noticed that Mountain Lion sometimes rejects the keys for certain fields.

You can use the tip here (http://geekswithblogs.net/MobileLOB/archive/2012/07/24/debugging-passkit-install-on-ios-simulator.aspx) to help you see exactly what's happening. Even though the post mentions the simulator, it will show errors for Passbook in OS X directly too.

rudacs commented 12 years ago

Previssão have to solve? Because all who pass by passsource begotten worked perfectly.

No one had that not worked.

tomasmcguinness commented 11 years ago

I'm closing this issue as I haven't heard anymore information. I suspect the issue was due to the formatting of the pass colours. I was using the HTML format #000000 when the pass required a format like this rgb(255,255,255). This new format was incorporated into the generator.