Replies: 1 comment
-
you can use this function inside purchaseErrorListener for ios case: function showError(error:any) { |
Beta Was this translation helpful? Give feedback.
-
you can use this function inside purchaseErrorListener for ios case: function showError(error:any) { |
Beta Was this translation helpful? Give feedback.
-
Hi there, I've been trying to implement this package into my app but have been facing issues with iOS. If I open the subscription and then close the modal, I keep getting this error:
I am following the medium article about hooks and adding an extra
finally
to try and make sure that the transaction is finished but I'm still getting the error. Does anyone know what is the correct way to implement it? :Beta Was this translation helpful? Give feedback.
All reactions