|
@@ -11,16 +11,6 @@
|
|
|
|
|
|
SwiftyStoreKit is a lightweight In App Purchases framework for iOS 8.0+, tvOS 9.0+ and macOS 10.10+.
|
|
SwiftyStoreKit is a lightweight In App Purchases framework for iOS 8.0+, tvOS 9.0+ and macOS 10.10+.
|
|
|
|
|
|
-### Update 2017-01-21:
|
|
|
|
-
|
|
|
|
-* The purchase flows in SwiftyStoreKit are undergoing a major refactor which should improve reliability. All details on [this Pull Request](https://github.com/bizz84/SwiftyStoreKit/pull/131).
|
|
|
|
-* While the new code is extensively unit tested, some manual testing would be appreciated so that the new implementation can be tested in sandbox/production.
|
|
|
|
-* Until this is merged into master, the test branch can be installed like this:
|
|
|
|
-
|
|
|
|
-```
|
|
|
|
-pod 'SwiftyStoreKit', :git => 'https://github.com/bizz84/SwiftyStoreKit', :branch => 'feature/payment-queue-controller'
|
|
|
|
-```
|
|
|
|
-
|
|
|
|
### Preview
|
|
### Preview
|
|
|
|
|
|
<img src="https://github.com/bizz84/SwiftyStoreKit/raw/master/Screenshots/Preview.png" width="320">
|
|
<img src="https://github.com/bizz84/SwiftyStoreKit/raw/master/Screenshots/Preview.png" width="320">
|
|
@@ -357,6 +347,9 @@ The order in which transaction updates are processed is:
|
|
|
|
|
|
Any transactions where state == `.purchasing` are ignored.
|
|
Any transactions where state == `.purchasing` are ignored.
|
|
|
|
|
|
|
|
+See [this pull request](https://github.com/bizz84/SwiftyStoreKit/pull/131) for full details about how the payment flows have been implemented.
|
|
|
|
+
|
|
|
|
+
|
|
## Contributing
|
|
## Contributing
|
|
|
|
|
|
[Read here](CONTRIBUTING.md).
|
|
[Read here](CONTRIBUTING.md).
|