Releases: Busuu/ios-receipts-api
Releases · Busuu/ios-receipts-api
Redefining the nullifiable argument
1.2.9 Redifining the nullifiable argumen (#23)
Added the Pending Renewal Info details to the receipt returned
Pending Renewal Info added to support Subscription Offers
Increased timeout
Increased receipt validation timeout to 20 seconds because seems like 10 is not enough
Detailed Exceptions
1.2.6 Merge branch 'feature/error-handling'
Detailed Exceptions
Merge pull request #20 from Busuu/feature/error-handling Add error checking on invalid json
Detailed Exceptions
Merge pull request #18 from Busuu/feature/enable-exceptions Add actual error message to log
Add support for "promotional_offer_id" field
Merge pull request #17 from Busuu/handle-subscription-offer Handle subscription offer receipt field
Make method public
Merge pull request #16 from Busuu/make-method-public Change `createAppStoreReceipt` accesss to public
Fix logic fetching latest purchase when latest is cancelled
Handle case where latest purchase has been cancelled (#15) * Handle case where latest purchase has been cancelled
More specific handling of unauthorised receipt errors
Merge pull request #14 from Busuu/handle-unauthorized-receipts-code Create a specific exception for the case where the receipt returns st…