certificateRequest:progress:

Integrating the Jamf Certificate SDK with Mobile Device Apps Deployed by Jamf Pro

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

As the steps are completed during the request to Jamf Pro, this method can be called. The current progress can be checked against the request.maxNumberOfSteps to show progress percentage.
Note:

Each step may take a different (unknown) amount of time as the actual request will be using network resources.

- (void)certificateRequest:(id<CertificateRequestProtocol>)request
progress:(NSUInteger)current

Parameters

Parameter

Description

request

The object that started the request

current

The current progress

Declared in

CertificateRequestDelegate.h