Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support bundling live activities extensions with ios_app_clip #2630

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

adincebic
Copy link
Contributor

@adincebic adincebic commented Jan 14, 2025

Per Apple's documentation we are allowed to bundle extensions with app clips but only live activities.

This pull request adds support for that.

  • Checks for live activity so that no one tries to bundle standard iOS extension. These are not worth persuing as vanilla Xcode does not do it. The verification happens at the level of entitlements, meaning that correct entitlement must be present to be able to submit an app clip with live activity extension to the AppStore.
  • Documentation.
  • Tests

@adincebic adincebic force-pushed the adin/suppport-live-activities-in-app-clips branch from d8e06a5 to 9d68c61 Compare January 14, 2025 16:53
Signed-off-by: Adin Cebic <[email protected]>
@adincebic adincebic force-pushed the adin/suppport-live-activities-in-app-clips branch from 8790f0b to 94cb077 Compare January 18, 2025 06:53
Signed-off-by: Adin Cebic <[email protected]>
@adincebic adincebic marked this pull request as ready for review January 19, 2025 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant