Hi there,
May you please assist.
Im am using purchases_flutter: ^4.3.1
❯ flutter --version
Flutter 3.3.6 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 6928314d50 (6 days ago) • 2022-10-25 16:34:41 -0400
Engine • revision 3ad69d7be3
Tools • Dart 2.18.2 • DevTools 2.15.0
The issue is -
After filling in apple id + password
Clicking on either ‘Cancel’ or ‘Ok’
I always get the error below
PlatformException(1, Purchase was cancelled., {userCancelled: true, code: 1, message: Purchase was cancelled., underlyingErrorMessage: , readableErrorCode: PURCHASE_CANCELLED, readable_error_code: PURCHASE_CANCELLED}, null)
I am OKAY with getting the exception when user clicks cancel, but I don’t understand why I get the error when user clicks OK
Please note: Android implementation working fine. Only iOS affected
Also all offerings displayed on screenshot below are coming from RevenueCat without any issues.
