Skip-Revenue getting $UnknownCase #684
-
|
I am using skip-revenue for in app purchases. I can see all the products come back from revenue cat. However when I run the purchase to the play store I am getting the following DEBUG: ❌ Purchase error localizedDescription: skip.revenue.StoreError$UnknownCase I also tried to set the revenue cat logging to verbose to see if I could trap better error but not able to see any of that in logcat. I also didn't see in the skip-revenue if purchase log level is exposed to be used. From what I can tell everything is setup on both revenue cat and play store and the two are communicating however can seem to get a purchase to do through. I am using a signed and uploaded build to the play store so don't think that is the issue. Is there any ideas of how to get better logging so I can try and figure out why purchases are unsuccessful. Here is my purchase code. I have lots of logging enabled. :) Yes I do know that I have the Apple side turned off that is by design. Here is my config that runs on launch And the purchase code. @mainactor #if SKIP #else // let customerInfo = try await RevenueCatFuse.shared.purchase(package: pkg) #endif |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Thanks for the report. I'm going to move it over to https://github.com/skiptools/skip-revenue/issues and we can track it there… |
Beta Was this translation helpful? Give feedback.
Transferred to skiptools/skip-revenue#4