- 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
- GDLogManager class for log uploading
GDLogManager class for log uploading
You can use the
GDLogManager
class that is
included with the BlackBerry Dynamics SDK
to
monitor app log file uploads that are initiated by end users. This class does not manage or
display information about log uploads initiated by the BlackBerry UEM
administrator's policies or explicit actions.The following samples that are delivered with the SDK illustrate how to use
GDLogManager
: - Objective-C samples: RSSReader, BypassUnlock, GreetingsClient and GreetingsServer
- Swiftsamples: all
GDLogManager
's displayed information and functions include the
following: - Size of whole upload
- Amount of data uploaded so far
- Events that indicate the following states:
- Upload completed
- Upload abandoned or canceled
- Upload suspended
- Upload resumed after suspension
- Actions for managing a log upload:
- Cancel upload
- Suspend upload
- Resume upload
GDLogManager
in the BlackBerry Dynamics API reference. When detailed logging is disabled by policy, calling any API in the
GDLogManager
class has no effect. It is a best practice to check
the setting of this policy in the app configuration using the getApplicationConfig
API. If detailed logging is enabled, present the log upload
progress UI or any other related UI.