Is there a way to provide a callback in Flutter for the warning: 'WARN: User is already subscribed to this product. Ignoring.'? I tried using .onPurchaseError
, but my callback was not triggered.
https://github.com/RevenueCat/purchases-flutter/blob/main/purchases_ui_flutter/lib/views/paywall_view.dart#L31
Flutter Callback for (WARN: User is already subscribed to this product. Ignoring)
Page 1 / 1
Hi
Does it get triggered on `onPurchaseCompleted` or it doesn’t get triggered anywhere?
@joan-darona
no it does not get triggered anywhere, so neither in displayCloseButton, onPurchaseCompleted or onPurchaseError.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.