I have set up Live Activities using the live_activities
package. I'm configuring flavors for a SaaS app, where each flavor represents a different organization. I don't want to set up separate App Groups for each flavor, so I've used the same App Group name for all and configured it in both ChargeExtension.entitlements
and Runner.entitlements
.
However, when I run the app, the Live Activity is not appearing in the Notification Center or the Dynamic Island, even though the activity is being created and both the activity ID and activity token are returned. Tapping on the Dynamic Island (when the app is in the background) opens the app as expected.
I had make sure app groups are configured properly and copy only when installing in
I need the live activity to show up properly.
Follow this blog to setup extensions with flavors.