Skip to main content

Debugging

View and understand Purchases logs

AppWheel's SDK will log important information and errors to help you understand what is going on behind the scenes. You can enable more detailed debug logs with the debugLogsEnabled flag. You can set this immediately in your app while testing, before you configure Purchases.

    BillingLog.isDebug = true;