Skip to main content
1 vote
1 answer
72 views

I'm using the timerInterval for the live activity however when the timer expires it doesn't change its status to completed state and I couldn't find a listener to call that Text(timerInterval: Date().....
Golan Shay's user avatar
  • 1,279
0 votes
1 answer
131 views

I am creating a Live Activity widget that counts down to a future event. When starting the Live Activity, I set its staleDate to be equal to the date of the future event. This allows me to update the ...
joebez's user avatar
  • 11
0 votes
0 answers
85 views

I’m trying to display a Live Activity + Dynamic Island in my Flutter app using the live_activities plugin. A simple Live Activity shows correctly, but when I switched to a more detailed Live Activity ...
Akhil George's user avatar
  • 1,097
0 votes
0 answers
94 views

iOS Live Activities + multi-phase timers (Pomodoro / boxing rounds) without push notifications – is proper sync even possible? Hey everyone 👋 I’m building a Pomodoro timer and a boxing/round timer in ...
asd fasd's user avatar
0 votes
0 answers
224 views

I’ve implemented a Live Activity for my React Native application. When the activity is started from within the app, I’m able to execute the pushTokenUpdates asynchronous sequence from the widget ...
bn2323's user avatar
  • 9
1 vote
1 answer
125 views

Expected: Curernt: I'm building a Live Activity with Dynamic Island support for my iOS app. In the expanded view, I want to display an icon on the left with two text labels stacked vertically to its ...
ArgenBarbie's user avatar
1 vote
0 answers
91 views

I'm trying to make a simple timer in a LiveActivity on iOS but I keep having some issues with a layout when I use Text(timerInterval:) solution. If I use Text(timerInterval:) this is how it looks in ...
Martin Gonzalez's user avatar
0 votes
0 answers
143 views

According to Apple's documentation, you cannot start a Live Activity in the background: https://developer.apple.com/documentation/activitykit/activity/request(attributes:content:pushtype:) I have ...
Kavi Gupta's user avatar
0 votes
0 answers
126 views

I added flutter live activities into my codebase. I did everything from documentation and live activites were working for me. I even created multiple live activites, everything was working. At the end ...
Marek's user avatar
  • 119
0 votes
0 answers
144 views

I need to implement a countdown which repeats as soon as it hits its lower-bound (00:00). The catch is: it should run and repeat itself in the background or inactive app state. Text(Date(...
Amrinder Kaur's user avatar
1 vote
0 answers
156 views

I'm developing a Flutter app and trying to implement iOS Live Activities using the live_activities plugin. However, when I attempt to start a Live Activity, I get the following error: ...
Taleb's user avatar
  • 2,309
2 votes
2 answers
1k views

I'm currently seeing that OS gets a new push-to-start token immediately after receiving the first notification. Should my server immediately invalidate the push-to-start token upon usage? Or ...
mfaani's user avatar
  • 37.1k
1 vote
0 answers
118 views

I just kill live activity on application Termination with the code below. func applicationWillTerminate(_ application: UIApplication) { let semaphore = DispatchSemaphore(value: 0) Task....
Nizamet Özkan's user avatar
1 vote
1 answer
628 views

I have set up Live Activities using the live_activities package. I'm configuring flavors for a SaaS app, where each flavor represents a different organization. I don't want to set up separate App ...
Ragul PR's user avatar
  • 434
1 vote
1 answer
356 views

When updating a Live Activity via OneSignal’s API, the notification sound plays even if sound: "nil" or ios_sound: "nil" is set in the request payload. Additionally, if the device ...
Yakup DURMUS's user avatar

15 30 50 per page
1
2 3 4 5
7