[ANDROID] "An unknown or unexpected error has occured. Please try again later." #2422
Unanswered
nikolasmorado
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I've been having issues with react native iap for the past few months on android. Upon completing the purchase through google play I get "An unknown or unexpected error has occurred. Please try again later." With further logging the second screenshot is the payment transaction.
My listener:
`
const iap = useIAP();
const onCallApi = useDispatch();
`
A sample purchase call:
Any help would be appreciated. Thanks
Beta Was this translation helpful? Give feedback.
All reactions