Adjusting the library logging level allows you to receive more information or check for errors. To change the library logging level, call IALogger setLogLevel and pass the desired log-level definition.
IALogger setLogLevel
To debug the iOS Library, use the following API:
[IALogger setLogLevel:IALogLevelVerbose];
Last updated 2 months ago