Skip to content

enablePushNotifications doesn't add aps-environment to extension entitlements #14

@financialvice

Description

@financialvice

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions