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

Improve app group configuration for iOS #287

Open
4 tasks
lindboe opened this issue Dec 6, 2023 · 0 comments
Open
4 tasks

Improve app group configuration for iOS #287

lindboe opened this issue Dec 6, 2023 · 0 comments

Comments

@lindboe
Copy link

lindboe commented Dec 6, 2023

The library incorrectly assumes that all app groups must match the pattern group.<main.app.bundle.id> . This isn't necessarily the case for all apps. We’ll update the library to instead have the app group be directly configured in Info.plist, instead of configuring it with the host app’s bundle ID.

Scope:

  • Allow app group ID to be configured directly in Info.plist and use that anywhere the app group is needed
  • remove the host app bundle ID as config if it's no longer used (or alternatively, for backwards compatibility, allow it to be used to construct the group name, but ignore this value if app group ID is set in Info.plist)
  • Create a changelog entry for this
  • Update documentation to reflect this change and recommend use of the app group ID configuration
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

No branches or pull requests

1 participant