- About this guide
- BlackBerry Dynamics background
- BlackBerry Dynamics API reference
- FIPS 140-2 compliance
- Easy Activation
- Securing cut-copy-paste on devices (Data Leakage Prevention, or DLP)
- Shared Services Framework
- Support for fingerprint authentication
- Support for Face ID
- Support for certificates
- Support for the "Do not require password" setting
- Bypassing the App Lock screen
- BlackBerry Dynamics contributor code on GitHub
- Supported languages
- Requirements
- BlackBerry Dynamics software versions
- Compatibility with earlier releases
- Software requirements
- BlackBerry Dynamics entitlement ID and version
- Requirements: Frameworks and libraries
- Requirement: URL scheme
- Required build-time declarations: URL type
- Using NSURLSystem for KCD
- GDAssets.bundle required in build phase
- Compatibility with the BlackBerry Dynamics Launcher Library
- App UI restrictions
- Supported and unsupported features on iOS
- Link for FIPS in Objective-C or C++
- Steps to get started with the BlackBerry Dynamics SDK
- Programming with the BlackBerry Dynamics SDK and BlackBerry Enterprise Mobility Server services
- Sample apps in Objective-C
- BlackBerry Dynamics and the Swift programming language
- Testing and troubleshooting
- Readying your app for deployment: server setup
- Details of support for client certificates
- BlackBerry Docs
- BlackBerry Dynamics SDK for iOS 5.0
- BlackBerry Dynamics SDK For iOS Development Guide
- Testing and troubleshooting
- Logging and diagnostics
- Configure detailed logging for the Xcode console
Configure detailed logging for the Xcode console
Xcode
consoleMessages printed to the
Xcode
console are configured in the build targets of the app project.
Different targets can have different activity logging configurations. You can set
logging to be detailed or selective. Changes to the console logging configuration take
effect the next time the target is built and run. Changes made to console logging do not
affect the container log.- Open the app’sInfo.plistfile.
- Add a row withGDConsoleLoggeras its key.
- SetStringas the type of the new row.
- SetGDFilterNoneas the value of the new row.
In
Xcode
9.3 or later, to view the detailed logs you must open the console
app (from Xcode
go to Window > Devices and Simulators, or from OSX go to
Applications > Utilities > Console.app) and enable the following settings in the Action
menu:- Include Info Messages
- Include Debug Messages