Minimal code reproduction for the live activity code that conflicts with the customer.io sdk and prevents rich push notifications from being rich.
-
Install dependencies
npm install
-
Add your team id to
app.config.js
... plugins: [ [ "@bacons/apple-targets", { appleTeamId: "<<your team id>>", }, ],
-
Run prebuild
npx expo prebuild -p ios
-
Start the app
npx expo start
The app doesn't show the live activity, however if the ScoreWidget target is created in Xcode that's enough to reproduce the customerio push notification issue.