pollingTimeout

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

Use this option to specify an overall timeout in seconds to poll for certificate creation. After this much time, if the server has still not returned a certificate then the certificate request will fail with a timeout error. Thedefault is 180 seconds.

@property (assign) NSUInteger pollingtTimeout
Note:

The pollingTimeout value is also used if the Jamf Certificate SDK determines that new managed app configuration values are needed from the Jamf Pro server. If new values are needed, the overall maximum duration of the startCertificate call could be up to (2* pollingTimeout seconds. This is handled entirely within the SDK, and the calling application code does not need to be changed.

Declared in

CertificateRequestEmbeddedP12.h