Replies: 1 comment
-
Looks like a bug @zarv1k |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
Using
STOREKIT2_MODE
I noticed some debug logs like the following:So it seems that Sk1 module is still in use even the
STOREKIT2_MODE
is enabled.Is it expected behaviour? As for me no, It's not normal. I'd like to expect that I'm using the Sk2 mode only. May be I'm wrong but I think it happens because there is a call of addTransactionObserver() at the constructor of RNIapIos module (
RNIapIos.init()
).Any thoughts on that?
@andresesfm
Beta Was this translation helpful? Give feedback.
All reactions