certificateRequest:isWaitingForMAC:

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

When the CertificateRequest SDK detects no settings in the managed app configuration key, or if the invitation in the managed app configuration has expired, this will be called to let you know that it is waiting for a new MAC to be delivered from the Jamf Pro server. Will be called again when the MAC comes in; the timing on this can vary greatly.

- (void)certificateRequest:(id<CertificateRequestProtocol>)request
isWaitingForMAC:(BOOL)waitingForMAC

Parameters

Parameter

Description

request

The object that started the request

waitingForMAC

Whether or not the request is currently waiting for settings in the managed app configuration

Declared in

CertificateRequestDelegate.h