Skip to main content
Question

Flutter Callback for (WARN: User is already subscribed to this product. Ignoring)

  • 31 August 2024
  • 2 replies
  • 10 views

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

Hi @dev_rhenium ,

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