Disable useIAP Logs #203
-
|
It's logging my iOS transaction and it's bloating up my terminal logs. I can't find my own messages. Can i disable these logs? EX: LOG [useIAP] Purchase success callback triggered:..... |
Beta Was this translation helpful? Give feedback.
Answered by
hyochan
Oct 4, 2025
Replies: 1 comment
-
|
This is done in recent |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hyochan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is done in recent
expo-iaplibrary and if you want to see the log, you can enable it byEXPO_IAP_DEV_MODE=truein env variable.