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)waitingForMACParameters
Parameter | Description |
|---|---|
| The object that started the request |
| Whether or not the request is currently waiting for settings in the managed app configuration |
Declared in
CertificateRequestDelegate.h