Skip to main content

Hi, how can i detect the iTunes pop-up cancel button clicked ? Is there any delegation methods or someting?

 

Hey @Eren Çelik!

In the purchase completion handler, the userCancelled boolean will be true if the customer cancelled the purchase. In addition, the error object will contain a PURCHASE_CANCELLED error: https://docs.revenuecat.com/docs/errors#--purchase_cancelled


Reply