Closed Numerah closed 10 years ago
Thanks for reporting this, I've submitted a pull request (#23) with this fix.
well it is solved it was a problem of settings on generating certificates, one should add the pass id in the domain reverse order and it was resolved
ya and PHP_EOL was causing problem in windows but it wasn't causing any problem in other operating systems .
i was facing this error from the beginning of my development and it generates the folder instead of .pkpass file and didnt sign the pass. initially it looked like openssl problem. after 3 months i finally found the solution its the PHP_EOL content which is causing problem in windows. kindly remove it as there is no need of this in signature but decoration . i remove this end of line content and it is working perfectly fine on my windows. but when i will update my project packages it will overwrite automatically. kindly resolve this or tell us any alternative in windows.
it lies https://github.com/eymengunay/php-passbook/blob/master/src/Passbook/PassFactory.php
in line 201 and 202