Side Button Access

A Boolean value that indicates whether a person in Japan can configure the side button of iPhone to launch your voice-based conversational app.

Discussion

Add the Side Button Access entitlement by following these steps:

  1. In the Xcode project navigator, select your app’s target, and then the Signing & Capabilities tab.

  2. Add a new capability by clicking the + Capability button and then type “Side Button Access” in the search field.

  3. Double-click the Side Button Access entry to add the entitlement to your app.

Xcode displays the Side Button Access entitlement, along with any other entitlements, in the capabilities list under your app’s signing information. For more information about allowing people to invoke your voice-based conversational app using the side button, refer to Launching your voice-based conversational app from the side button of iPhone.