Engineering Portal / Digital / iOS SDK API Reference / debug
Newly introduced in SDK version 5.0.0 for International (Germany), this API allows to enable / disable the debugging feature that generates the additional SDK logs from the device. Debugging can be used for SDK integration purpose only and NOT for production.
Syntax
@property (assign) BOOL debug;
Input Parameters
Parameter |
Description
|
YES / NO |
A Boolean value set by app developer to enable or disable SDK debugging. YES enables debug logs and NO disables this logging.
|
Output Parameters
Output Parameters (Return value) |
Description
|
YES / NO |
A Boolean value that indicates the current status of debugging mode for SDK
|