How do I enable debugging on iOS?
Please add the following entry to info.plist to enable the Pendo debugger:
Name: IIOLogSeverity
Type: NUMBER
Value: 0
Please note that the Pendo debugger should be removed before this app goes to production.
0
Comments
Please add the following entry to info.plist to enable the Pendo debugger:
Name: IIOLogSeverity
Type: NUMBER
Value: 0
The above entry is now deprecated, please use the API for enabling debug logs listed here: https://github.com/pendo-io/pendo-mobile-sdk/blob/master/api-documentation/native-ios-apis.md#setdebugmode
For other platforms/frameworks, refer to the side panel in GitHub to select the relevant framework.
Please sign in to leave a comment.