making android consumable products purchase not possible with revenue cat package? #287
Labels
bug
Something isn't working
status: needs-additional-info
Issues that are missing steps from bug template
Describe the bug
hi, i was trying to set up a consumable products based on Non-Subscription Purchases doc recommendations from revenue cat https://docs.revenuecat.com/docs/non-subscriptions.
but after calling purchaseProduct for a consumable product i can't seem to purchase this product again because it was bought as a non-consumable and a an already bought error comes up
Environment
flutter doctor
[✓] Flutter (Channel stable, 2.8.0, on macOS 11.5.2 20G95 darwin-x64, locale
en-ET)
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[!] Xcode - develop for iOS and macOS (Xcode 12.5.1)
! Flutter recommends a minimum Xcode version of 13.0.0.
Download the latest version or update via the Mac App Store.
[✓] Chrome - develop for the web
[✓] Android Studio (version 2020.3)
[✓] VS Code (version 1.63.2)
[✓] Connected device (2 available)
Debug logs that reproduce the issue‼️ BillingWrapper purchases failed to update: DebugMessage: . ErrorCode: ITEM_ALREADY_OWNED.null‼️ This product is already active for the user.
E/[Purchases] - ERROR(13710): 🤖
E/[Purchases] - ERROR(13710): 🤖
Other information it would be great if the purchaseProduct() method could accept another parameter to specify if the product is consumable or non-consumable for android to make sure that the product is consumed and can be bought again
The text was updated successfully, but these errors were encountered: