Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2 implementation #94

Closed
wants to merge 0 commits into from
Closed

Version 2 implementation #94

wants to merge 0 commits into from

Conversation

hyochan
Copy link
Member

@hyochan hyochan commented Sep 15, 2019

Moved to #95 due to merging conflict.

@hyochan hyochan requested a review from kwmt September 15, 2019 19:54
@hyochan hyochan closed this Sep 16, 2019
@hyochan hyochan deleted the release/2.0.0 branch September 16, 2019 02:38
@hyochan hyochan restored the release/2.0.0 branch September 16, 2019 02:38
@hyochan hyochan deleted the release/2.0.0 branch September 16, 2019 02:38
hyochan added a commit that referenced this pull request Sep 16, 2019
- Removed deprecated note in the `readme`.
- Completely remove prepare.
- Upgrade billingclient to 2.0.3 which is currently recent in Sep 15 2019.
- Remove [IInAppBillingService] binding since billingClient has its own functionalities.
- Add [DoobooUtils] and add `getBillingResponseData` that visualizes erorr codes better.
- `buyProduct` no more return asyn result. It rather relies on the `purchaseUpdatedListener`.
- Add feature method `acknowledgePurchaseAndroid` .
- Implment features in new releases.
- enforce to `finishTransaction` after purchases.
- Work with `purchaseUpdated` and `purchaseError` listener as in android.
- Feature set from `react-native-iap v3`.
- Should call finish transaction in every purchase request.
- Add `IAPPromotionObserver` cocoa touch file
- Convert dic to json string before invoking purchase-updated.
- Add `getPromotedProductIOS` and `requestPromotedProductIOS` methods.
- Implement clearTransaction for ios
- Include `purchasePromoted` stream that listens to `iap-promoted-product`.
@hyochan hyochan removed the request for review from kwmt September 16, 2019 02:46
@hyochan hyochan added the conflict Conflicted label Sep 16, 2019
hyochan added a commit that referenced this pull request Sep 16, 2019
* [WIP] Version 2 implementation #94
   - Removed deprecated note in the `readme`.
   - Completely remove prepare.
   - Upgrade billingclient to 2.0.3 which is currently recent in Sep 15 2019.
   - Remove [IInAppBillingService] binding since billingClient has its own functionalities.
   - Add [DoobooUtils] and add `getBillingResponseData` that visualizes erorr codes better.
   - `buyProduct` no more return async result. It rather relies on the `purchaseUpdatedListener`.
   - Add feature method `acknowledgePurchaseAndroid` .
   - Implment features in new releases.
   - enforce to `finishTransaction` after purchases.
   - Work with `purchaseUpdated` and `purchaseError` listener as in android.
   - Feature set from `react-native-iap v3`.
   - Should call finish transaction in every purchase request.
   - Add `IAPPromotionObserver` cocoa touch file
   - Convert dic to json string before invoking purchase-updated.
   - Add `getPromotedProductIOS` and `requestPromotedProductIOS` methods.
   - Implement clearTransaction for ios
   - Include `purchasePromoted` stream that listens to `iap-promoted-product`.

* Fixed factory instance in FlutterInappPurchase
   - Attempt to fix testing.

* Remove fonts-droid in travis
* Implement `finishTransaction` method that abstracts other 3 methods
   - `finishTransaction` abstracts `finishTransactionIOS`, `acknowledgePurchaseAndroid`, and `consumePurchaseAndroid`.
   - Renamed `PurchaseErrorItem` to `PurchaseResult`.

* Implement finishTransaction on ios
* Update readme on new flutter_inapp_purchase
* Fix purchase-flow-sequence img url
@hyochan hyochan changed the title [WIP] Version 2 implementation Version 2 implementation Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant