2 Open Issues Need Help Last updated: Sep 3, 2025

Open Issues Need Help

View All on GitHub
enhancement help wanted good first issue

AI Summary: The task is to debug and fix a bug in the `capacitor-live-activity` plugin where `updateActivity` and `endActivity` calls fail after the app is force-quit. The issue is that a Live Activity remains accessible via `getCurrentActivity()`, but it's unresponsive to further updates or termination. The solution likely involves handling the app's lifecycle and restoring or cleaning up the Live Activity state appropriately after a force quit.

Complexity: 4/5
bug good first issue