Monitoring app log uploads by device users
You can use the GDLogManager class (Android/iOS) to monitor app log file uploads that are initiated by your organization’s device users. This class does not manage or display information about log uploads that are initiated by the
UEM
or standalone Good Control
administrator, or by management console profiles or policies.GDLogManager provides the following information:
When detailed logging is disabled by the management server profiles or policies, calling any API in the GDLogManager class has no effect. It is a best practice to check this setting using the getApplicationConfig API (Android/iOS). If detailed logging is enabled, present the log upload progress UI or any other related UI.
The following sample apps that are included in the
BlackBerry Dynamics SDK for iOS
demonstrate how to use GDLogManager:
- Objective-C samples: RSSReader, BypassUnlock, GreetingsClient, and GreetingsServer
- AllSwiftsamples