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.
- Java
- Kotlin
- Objective-C
- Swift
BillingLog.isDebug = true;
BillingLog.isDebug = true
[AWLogUtil isCanLog:YES];
AWLogUtil.isCanLog(true)