Where is the Crash Detection Entitlement Request form?

I found in a header file of SafetyKit type documentation references to an entitlement to use the framework. Given the framework currently doesn't have documentation with Xcode 14.0 public release in Xcode or online, could someone provide the link so developers can request the entitlement?

/**
 * SAEmergencyResponseManager
 
 *
 * @discussion
 * Use SAEmergencyResponseManager to request actions in response to an emergency event.
 * Set the delegate to monitor the progress of requested emergency response actions.
 * SAEmergencyResponseManager requires user authorization for at least one of the emergency event detections e.g. SACrashDetectionEvent
 *
 * SAEmergencyResponseManager requires an entitlement from Apple to at least one of the emergency event detections. To apply for the entitlement, see respective detection mechanisms
 */
/**
 * SACrashDetectionManager
 *
 * @discussion
 * Use SACrashDetectionManager to receive information about Vehicular Crash Detection events.
 * Not all phone models support Crash Detection, check for availability before creating an instance of SACrashDetectionManager.
 * Set the delegate immediately after creating an instance of SACrashDetectionManager. Creating multiple instances of SACrashDetectionManager is not supported and should be avoided.
 *
 * SACrashDetectionManager requires an entitlement from Apple. To apply for the entitlement, see Crash Detection Entitlement Request.
 */

Thanks in advance!

Replies

Looks like the SafetyKit page was updated with a link:

https://developer.apple.com/documentation/safetykit

https://developer.apple.com/contact/request/vehicular-crash-events/

Add a Comment