app-store-server-library-swift
app-store-server-library-swift copied to clipboard
First of all, thanks for making this available as a kicking off point for interacting with the App Store server APIs. I was genuinely excited to start using it! Unfortunately,...
## WHY - SignedDataVerifier's verify is very useful for easy data falsification verification. - However, VerificationError is not an Error, but only a data representation of Enum, so we have...
Update library to use the new JWTKit 5 Builds on top of #13 so that should be merged first
I have confirmed that it is recommended to use the `ReceiptUtility.extractTransactionId(appReceipt:)` function of this library to extract the transaction_id from the App Store Receipt on my backend server, and then...
Added missing Hashable and Sendable conformances, since I was getting warnings after updating to 3.0.0: I also audited the rest of the types and added it to some error types...
I noticed some unnecessary semi-colors in the previous PR, so here is a separate one cleaning them all up.
Removed code that was never executed, resulting in warnings:
Hey! First, thanks for your work on the App Store Server Libraries! While working with the PHP port of the App Store Server Library ([hoels/app-store-server-library-php](https://github.com/hoels/app-store-server-library-php)), I noticed an issue/problem related...