Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 435 Bytes

UPGRADING.md

File metadata and controls

12 lines (8 loc) · 435 Bytes

Upgrading Android In-App Billing v3 Library

Upgrading to >= 1.0.37

If you were supporting promo codes and faced troubled described in #156, you will need to change your workaround code:

errorCode == Constants.BILLING_ERROR_OTHER_ERROR && _billingProcessor.loadOwnedPurchasesFromGoogle() && _billingProcessor.isPurchased(SKU)

errorCode needs to be changed to Constants.BILLING_ERROR_INVALID_DEVELOPER_PAYLOAD