When enablePushNotifications: true is set in the Voltra plugin config, the aps-environment entitlement is only added to the main app's entitlements file, not the Live Activity extension's entitlements file.
This causes EAS Build to disable Push Notifications on the extension's App ID during capability sync.
Expected: Both idkname.entitlements and idknameLiveActivity.entitlements should include aps-environment when enablePushNotifications: true.
Workaround: Custom config plugin to add the entitlement + EXPO_NO_CAPABILITY_SYNC=1 during build.
When
enablePushNotifications: trueis set in the Voltra plugin config, theaps-environmententitlement is only added to the main app's entitlements file, not the Live Activity extension's entitlements file.This causes EAS Build to disable Push Notifications on the extension's App ID during capability sync.
Expected: Both
idkname.entitlementsandidknameLiveActivity.entitlementsshould includeaps-environmentwhenenablePushNotifications: true.Workaround: Custom config plugin to add the entitlement +
EXPO_NO_CAPABILITY_SYNC=1during build.