How do I get access to the Accessory Setup Kit?

Hi!

I would like to experiment with the Accessory Setup Kit, but I am not sure how I can add the required entitlement to my Apple Developer account.

I added the following to the plist file: <key>NSAccessorySetupKitSupports</key> <array> <string>WiFi</string> </array> <key>NSAccessorySetupWiFiSSIDPrefix</key> <array> <string>test_</string> <string>test</string> </array>

And the following to the entitlements file: <key>com.apple.developer.accessory-setup-kit</key> <true/>

But I am unable to build as my provisioning profile doesn't include "com.apple.developer.accessory-setup-kit entitlement".

On the developer portal, I navigated to “Certificates, Identifiers & Profiles” > “Identifiers” > “<identifier name>”, but I don't see it under "Capabilities" or "App services", nor under requests.

How do I configure my profile so that I am able to make use of this kit?

How do I get access to the Accessory Setup Kit?
 
 
Q