Skip to content

This is a minimal reproduction example for the live activities module that conflucts with customerio push notifications

Notifications You must be signed in to change notification settings

carozo/live-activities-example

Repository files navigation

Live activities example

Description

Minimal code reproduction for the live activity code that conflicts with the customer.io sdk and prevents rich push notifications from being rich.

Get started

  1. Install dependencies

    npm install
  2. Add your team id to app.config.js

    ...
     plugins: [
     [
       "@bacons/apple-targets",
       {
         appleTeamId: "<<your team id>>",
       },
     ],
    
  3. Run prebuild

     npx expo prebuild -p ios
  4. 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.

About

This is a minimal reproduction example for the live activities module that conflucts with customerio push notifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published