test_itunes_receipt.php works fine in mac, but not on Ubuntu.
PHP 8.1.2 (cli)
curl 8.1.2
Composer version 2.6.6
Ubuntu 22.04.3 LTS (I also tried Ubuntu 20 with slightly different version of php and curl, same issue)
got error = Client error: POST https://sandbox.itunes.apple.com/verifyReceipt resulted in a 400 Bad Request response
The only solution I found online was to downgrade guzzle to 5 (not sure if it will work this this package), but I am struggling to use my fork of this project. I keep getting errors like
Could not find a matching version of package zhangwei-bi/store-receipt-validator. Check the p
ackage spelling, your version constraint and that the package is available
in a stability which matches your minimum-stability (stable).
If someone could help with how to use a fork of this branch, let me know. Thanks
test_itunes_receipt.php works fine in mac, but not on Ubuntu.
PHP 8.1.2 (cli) curl 8.1.2 Composer version 2.6.6 Ubuntu 22.04.3 LTS (I also tried Ubuntu 20 with slightly different version of php and curl, same issue)
The only solution I found online was to downgrade guzzle to 5 (not sure if it will work this this package), but I am struggling to use my fork of this project. I keep getting errors like
Could not find a matching version of package zhangwei-bi/store-receipt-validator. Check the p
ackage spelling, your version constraint and that the package is available
in a stability which matches your minimum-stability (stable).
If someone could help with how to use a fork of this branch, let me know. Thanks