Commit History

Author SHA1 Message Date
  Andrea Bizzotto 755ffd845b Add assertion to check that completeTransactions() was called when the app launches. 7 years ago
  Andrea Bizzotto 6a4f0abfc0 shouldAddStorePayment unit tests 8 years ago
  Andrea Bizzotto 9b4201ac4c Renamed Product to Purchase. 8 years ago
  Tom Baranes 768460aaa8 Fix swiftlint warnings 8 years ago
  Andrea Bizzotto c76269c4c2 Removed function_body_length from .swiftlint.yml and disabled it in the only test file that breaks the default 40 line limit 8 years ago
  Andrea Bizzotto bec05bd5b2 Fix non correctable linting warnings manually 8 years ago
  Andrea Bizzotto 2996240599 Second run with swiftlint 8 years ago
  Andrea Bizzotto 1a240051fd First run with swiftlint 8 years ago
  Andrea Bizzotto 294293a2b0 Make all new payment classes internal rather than public as they are not designed to be used outside SwiftyStoreKit 8 years ago
  Andrea Bizzotto e9d8f2dc81 Additional PaymentQueueController tests 8 years ago
  Andrea Bizzotto 1170440c36 Update RestorePurchasesController to accumulate all relevant updated transaction in an array, and call the callback in restoreCompletedTransactionsFailed or restoreCompletedTransactionsFinished 8 years ago
  Andrea Bizzotto 3616668cfc Added PaymentQueueController integration tests. These are useful as reference and documentation about the order in which transactions are processed. 8 years ago
  Andrea Bizzotto aef356df01 Implemented purchases in PaymentsController and started implementing RestorePurchasesController + tests 8 years ago
  Andrea Bizzotto 64c7325220 Add PaymentsController 8 years ago
  Andrea Bizzotto ca5239b289 Started implementing PaymentQueueController and associated tests 8 years ago