# App Groups New Requirement

Due to latest Onesignal upgrade, you are required to update the capabilities of the mobileprovisions you generate and add the App Groups capability. You need to follow these steps once only to generate new provisions with the App Groups capability.\
\
The steps are:

1. Access into [Apple Developer Identifiers section](https://developer.apple.com/account/resources/identifiers/list).
2. Locate the identifier of your app and click on it.
3. Now on Capabilities select **App Groups** and click the **Save** button., a warning will appear informing that updating the Capabilities will invalidate the mobileprovisions, click **Confirm** button.
4. Next go to the **Profiles** section and locate the profile linked to the Identifier, click on it.
5. Click the Edit button, Confirm the Identifier is the correct one and that you've a valid certificate selected and press the Save button.
6. Your new main mobileprovision is ready now.

Do the same exact steps for the second Identifier, the one that ends in **OneSignalNotificationServiceExtension**, just be sure that when you open the OneSignal mobileprovision, the App ID is the one that also ends with **OneSignalNotificationServiceExtension.**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bravostudio.app/app-publication/publishing-your-app/app-groups-new-requirement.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
