You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just had a pkpass file not work for me in a very annoying way, and eventually I tracked it down to the colour.
My pass generation code used the Name property of a System.Drawing.Color object to set PassGeneratorRequest.BackgroundColor, LabelColor, and ForegroundColor, which worked when the Color object was a custom colour and the name property was the hex representation of the colour, but when it was the constant System.Drawing.Color.Black, and the json looked like this:
it just stopped working with the usual "Safari is unable to open this file" message.
I eventually managed to dig out of the log file the error:
Mar 7 14:19:15 iPhone MobileSafari(PassKitCore)[30760] : Invalid data error reading pass pass.com.monadticketing/b6688f74-f0ad-407f-b5f6-61a829fa7731. Unable to parse color string 'Black'.
Mar 7 14:19:15 iPhone MobileSafari(MobileSafariUI)[30760] : PassBook Pass download failed: Error Domain=PKPassKitErrorDomain Code=1 "(null)"
Would you like me to add to this tool validation of the values of the color fields, and submit a pull request?
The text was updated successfully, but these errors were encountered:
I just had a pkpass file not work for me in a very annoying way, and eventually I tracked it down to the colour.
My pass generation code used the Name property of a System.Drawing.Color object to set PassGeneratorRequest.BackgroundColor, LabelColor, and ForegroundColor, which worked when the Color object was a custom colour and the name property was the hex representation of the colour, but when it was the constant System.Drawing.Color.Black, and the json looked like this:
it just stopped working with the usual "Safari is unable to open this file" message.
I eventually managed to dig out of the log file the error:
Mar 7 14:19:15 iPhone MobileSafari(PassKitCore)[30760] : Invalid data error reading pass pass.com.monadticketing/b6688f74-f0ad-407f-b5f6-61a829fa7731. Unable to parse color string 'Black'.
Mar 7 14:19:15 iPhone MobileSafari(MobileSafariUI)[30760] : PassBook Pass download failed: Error Domain=PKPassKitErrorDomain Code=1 "(null)"
Would you like me to add to this tool validation of the values of the color fields, and submit a pull request?
The text was updated successfully, but these errors were encountered: