New "Relay" entitlement doesn't exist in distribution provisioning profile in Enterprise account

We have an Enterprise Apple developer account “Cisco System, Inc. “STBU” - JBF29L28EJ”. We use it to make in-house distribution for QE testing. I found that development provisioning profile in this account includes new “relay” capability in the entitlement, but in-house distribution provisioning profile doesn’t have it.

Below is the entitlement list in in-house distribution provisioning profile that doesn't include "relay": <key>Entitlements</key>

<dict>	
	<key>com.apple.developer.networking.networkextension</key>
	<array>
			<string>app-proxy-provider</string>
			<string>content-filter-provider</string>
			<string>packet-tunnel-provider</string>
			<string>dns-proxy</string>
			<string>dns-settings</string>
	</array>	
	<key>aps-environment</key>
	<string>production</string>

</dict>

We now cannot make in-house distribution build without this entitlement.

Replies

I recommend that you talk to Apple Developer Programs Support about this, starting from the Apple > Developer > Contact Us page.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"