- 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 selective logging for the Xcode console
Configure selective logging for the Xcode console
Xcode
console
If there are multiple
Info.plist
files, check that you are editing the correct one by opening the Info tab of the app
target being built to make sure the new settings are there. As with detailed logging, the console will only include log messages that are not in any of the categories specified in the
Info.plist
. To set the target’s activity logging configuration to print a selection of message categories, do the following:
- Open the appInfo.plistfile.
- Add a row with GDConsoleLogger as its key or change the existing row as follows:
- SetArrayas the type of the logger row.
- For each category you don’t want to include, add a row under the logger row as an item in the logger’s array.
- Set the item to typeString.
- Set the value to one of the following:
- GDFilterDetailed
- GDFilterInfo
- GDFilterWarnings
- GDFilterErrors