Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Releases: jinSasaki/InAppPurchase

2.8.0

04 Mar 09:04
a7a1700
Compare
Choose a tag to compare

Breaking changes

  • Include PaymentTransaction? in InAppPurchase.Error
  • Refactor InAppPurchase.Error structure.

NOTE

2.7.3 and 2.7.4 are NOT recommended.
Please use this 2.8.0 if you would like to use a transaction in InAppPurchase.Error .

2.7.2

14 Aug 04:37
ff4afaa
Compare
Choose a tag to compare

Updates for testing

  • Make PaymentTransaction.init(_:) public to use with InAppPurchaseStubs.StubPaymentTransaction

2.7.1

12 Aug 06:41
75ebf91
Compare
Choose a tag to compare

Bugfix

  • Fix a bug that InAppPurchase.init(productIds:) is not working.

2.7.0

12 Aug 02:47
5ad2e9e
Compare
Choose a tag to compare

New Feature

  • Add PaymentTransaction.original to get the original transaction.
  • Add PaymentTransaction.state to get the same state of SKPaymentTransactionState .
  • Add InAppPurchase.transactions to get not finished transactions.

Enhancements

  • Update custom example with InAppPurchase.transactions .

2.6.0

06 Aug 07:22
746d633
Compare
Choose a tag to compare

New Feature

2.5.1

12 Feb 09:30
907760f
Compare
Choose a tag to compare

New Feature

  • Support Swift Package Manager

2.5.0

10 Dec 18:33
c2f31f1
Compare
Choose a tag to compare

New Feature

  • Added InAppPurchaseStubs.framework for test your apps with InAppPurchase.

Breaking changes

  • Rename InAppPurchase.PaymentState -> PaymentResponse
  • Rename InAppPurchase.PaymentState.State -> PaymentState

2.4.0

10 Dec 12:47
19fae69
Compare
Choose a tag to compare

New feature

2.3.1

04 May 07:10
2ba287f
Compare
Choose a tag to compare

Fix

  • Make properties public. #44

2.3.0

04 May 07:09
119b5a9
Compare
Choose a tag to compare
  • Refactor PaymentState