How to correctly implement background observers (New Architecture) #410
Unanswered
beaux-riel
asked this question in
Q&A
Replies: 2 comments
-
|
I am also interested in this answer as I cannot get background observers working on the new architecture. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@beaux-riel Have you been able to solve this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I recently migrated to Expo 52, React Native 0.76.5, and I've noticed my push notifications related to completed workouts no longer work when the app is in the background or closed.
I'm putting it down to the fact that I must be doing something wrong when it comes to the AppDelegate background observer code. When I upgraded to Expo 52 the app immediately crashed on launch as long as the AppDelegate background observer code was in place.
Is anyone successfully using background observers with the new architecture? If so, how did you implement them?
Beta Was this translation helpful? Give feedback.
All reactions