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-nameentitlement key.
<key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
<array>
<string>com.setapp.ProvisioningService</string>
</array>- Add the
com.setapp.ProvisioningServicestring (the Setapp service name) value for thecom.apple.security.temporary-exception.mach-lookup.global-nameentitlement key’s value array.
As a result, your entitlements file must look similar to the following:
Note
This entitlement is required only if your app runs in a sandboxed environment.
Updated 4 days ago
