You can use the below setting:


On iOS:
[SKYLINKConnection setVerbose:TRUE];

On SWIFT
SKYLINKConnection.setVebose(true)

You can then obtain the logs from the IDE you are using.