Add sandbox temporary exception entitlement
If your app is sandboxed, you must add a temporary exception to enable communication between the Setapp Framework integrated into your app and Setapp Mach services.
- Open the entitlements file of your project.
- Add
com.apple.security.temporary-exception.mach-lookup.global-name
entitlement key. - Add the
com.setapp.ProvisioningService
string (the Setapp service name) value for thecom.apple.security.temporary-exception.mach-lookup.global-name
entitlement key’s value array.
As a result, your entitlements file must look similar to the following:
Updated over 1 year ago