Controlling Debug Logs
#
Enable/Disable Debug LogsAllows appmate users to open and close debug logs returned from their APIs. You can disable or enable logs using the API below.
#
RequestParameter Name | Type |
---|---|
enable | Boolean |
- Swift
- Objective-C
PurchaseClient.shared.enableDebugLogs(true)
[[PurchaseClient shared] enableDebugLogs:YES];