Skip to main content
Version: 4.3.1

Enable Finotes Logs

You can activate intenal logging using a single line API.

Call log API to enable SDK logging. Activating log will print all internal SDK logs in LogCat including error and warning logs.

ExtensionDelegate Class:


- (void)applicationDidFinishLaunching {

[Fn log];
[Fn initialize:self];
}

When preparing for production release, make sure to remove the log API.