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.
Modified on: Fri, 27 Jul, 2018 at 4:25 PM
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.
Did you find it helpful? Yes No
Send feedback