When this is set to true, the notification will cause the iOS app to start in the background to run a [background task](https://docs.expo.dev/versions/unversioned/sdk/notifications#background-notifications).
we need this field to wake the app up when its in background or closed.
Additionally, fields are defined in snake_case in Rust, which contradicts the documentation and the Node.js implementation by Expo (as seen in this code), where they are in camelCase
When this is set to true, the notification will cause the iOS app to start in the background to run a [background task](https://docs.expo.dev/versions/unversioned/sdk/notifications#background-notifications).
we need this field to wake the app up when its in background or closed.