Skip to content

Releases: Busuu/ios-receipts-api

Redefining the nullifiable argument

18 Jun 16:24
aa7a5af
Compare
Choose a tag to compare
1.2.9

Redifining the nullifiable argumen (#23)

Added the Pending Renewal Info details to the receipt returned

18 Jun 15:12
96cfce4
Compare
Choose a tag to compare

Pending Renewal Info added to support Subscription Offers

Increased timeout

15 Feb 18:10
53c9b4a
Compare
Choose a tag to compare

Increased receipt validation timeout to 20 seconds because seems like 10 is not enough

Detailed Exceptions

24 Jan 15:14
Compare
Choose a tag to compare
1.2.6

Merge branch 'feature/error-handling'

Detailed Exceptions

24 Jan 15:01
d38331f
Compare
Choose a tag to compare
Merge pull request #20 from Busuu/feature/error-handling

Add error checking on invalid json

Detailed Exceptions

03 Jan 11:03
411260f
Compare
Choose a tag to compare
Merge pull request #18 from Busuu/feature/enable-exceptions

Add actual error message to log

Add support for "promotional_offer_id" field

22 May 15:10
2a633b5
Compare
Choose a tag to compare
Merge pull request #17 from Busuu/handle-subscription-offer

Handle subscription offer receipt field

Make method public

26 Apr 10:24
9d4c616
Compare
Choose a tag to compare
Merge pull request #16 from Busuu/make-method-public

Change `createAppStoreReceipt` accesss to public

Fix logic fetching latest purchase when latest is cancelled

03 Oct 16:35
71dfec8
Compare
Choose a tag to compare
Handle case where latest purchase has been cancelled (#15)

* Handle case where latest purchase has been cancelled

More specific handling of unauthorised receipt errors

06 Sep 15:20
1bbfda9
Compare
Choose a tag to compare
Merge pull request #14 from Busuu/handle-unauthorized-receipts-code

Create a specific exception for the case where the receipt returns st…