Logo
Sign in

How can we help you?

  1. Digital Turbine
  2. DT Exchange
  3. Publishers Entrance
  4. SDK Configuration
  5. iOS SDK Configuration
July 06, 2023 11:17
Follow

DT Logging - iOS

Debugging the Library

If you want to receive more information when using the library, or to check for errors, you can change the library logging level.You do this by calling IALogger setLogLevel and passing it one of iOS's log level definitions.

Debugging Example

[IALogger setLogLevel:IALogLevelVerbose];

Back to Top ⇧

© Digital Turbine