Good afternoon! I am working on an app which requires the app to be opened in response to a push notification from a background state. As it stands:
- The app is running in the background
- The app has a static widget on the homepage
- The app has a dynamic widget with a live activity which is being updated from the backend
- The dynamic widget is firing an event which the static widget is listening for
- The static widget is programatically calling an AppIntent which tries to open the parent app
Is this possible? Is there a better approach which would work? We are looking for a way to open the app from the background with the users permission. Appreciate any guidance on the issue