Releases: crashoverride777/swifty-receipt-validator
Releases · crashoverride777/swifty-receipt-validator
v7
CocoaPods tvOS and macOS support
- Add support for tvOS and macOS via CocoaPods
iOS 12.0
- Set min deployment target to 12.0
Async/Await and optional download id
- Add async await support if targeting iOS 15 and above
- Made
SRVReceipt
download_id field optional (https://developer.apple.com/forums/thread/658179)
Deferred publishers
- Add Deferred to Combine publishers
- ReceiptClient tweaks
Tweaks
- Small tweaks and updates
macOS package support and tvOS fixes
- Fixed missing tvOS availability checks
- Add macOS package support
Error descriptions
- Add English SRVError error descriptions
Update readme
Update readme to fix incorrect advice to also validate purchases in the .restored
case.
Error handling tweaks
Add noReceiptFoundInBundle
case to SRVError