• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 10.0.1.86
BBDThreatUntrustedDeveloper Class Reference

Detect when an end user has permitted applications from an untrusted developer to be installed on an iOS devices. More...

#import <GDThreatUntrustedDeveloper.h>

Inherits BBDThreat.

Description

To launch a sideloaded application a user must first indicate they trust the certificate associated with the application developer. If a developer has been trusted this threat will be detected, as apps not from an official app store pose a security risk.

Requires BlackBerry "Mobile Threat Defense" to be enabled.

Instance Methods

(instancetype) - NS_DESIGNATED_INITIALIZER
 Creates an instance of BBDThreatUntrustedDeveloper. More...
 
(unsigned int) - getUntrustedDevelopersDetected
 Gets the number of untrusted developer certificates detected on the device. More...
 
(NSArray *) - getUntrustedDevelopers
 Gets the list of untrusted developers based on the names of the certificates detected on the device. More...
 
- Instance Methods inherited from BBDThreat
(BBDThreatType- getType
 Indicate the type of threat being checked. More...
 
(long) - getEvaluatedTime
 Determine when the check last completed. More...
 
(BBDThreatLevel- getRiskLevel
 Return the level of risk posed by the threat. More...
 
(BOOL) - getDetectionEnabled
 Check whether the threat is being evaluated. More...
 
(NSString *) - getInfo
 Get information on possible remediation actions to the threat. More...
 
(instancetype) - NS_UNAVAILABLE
 Only the subclasses of BBDThreat maybe instantiated. More...
 

Additional Inherited Members

- Class Methods inherited from BBDThreat
(instancetype) + NS_UNAVAILABLE
 

Method Documentation

◆ NS_DESIGNATED_INITIALIZER

- (instancetype) NS_DESIGNATED_INITIALIZER

◆ getUntrustedDevelopersDetected

- (unsigned int) getUntrustedDevelopersDetected

◆ getUntrustedDevelopers

- (NSArray *) getUntrustedDevelopers

The documentation for this class was generated from the following file: