Skip to content

Commit ae60996

Browse files
docs: clarify Apple entitlement form must be submitted per bundle identifier (#93)
* Initial plan * docs: clarify that Apple entitlement form must be filled out for each bundle identifier Co-authored-by: robertherber <1467411+robertherber@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: robertherber <1467411+robertherber@users.noreply.github.com>
1 parent 15656ae commit ae60996

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ For every base bundleIdentifier you need approval for 4 bundleIdentifiers (when
185185
- `com.your-bundleIdentifier.ShieldAction`
186186
- `com.your-bundleIdentifier.ShieldConfiguration`
187187

188+
⚠️ **You need to fill out the Apple request form once for each of these bundle identifiers** — that means filling out the form 4 separate times (one per bundle identifier listed above) if you are using all native extensions.
189+
188190
Once you've gotten approval you need to manually add the "Family Controls (Distribution)" under Additional Capabilities for each of the bundleIdentifiers on [developer.apple.com](https://developer.apple.com/account/resources/identifiers/list) mentioned above. If you use Expo/EAS this has to be done only once, and after that provisioning will be handled automatically.
189191

190192
⚠️ If you don't do all the above, you will run into a lot of strange provisioning errors.

0 commit comments

Comments
 (0)