Skip to content

Commit

Permalink
Adding note about iOS simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
theproducer committed Apr 22, 2024
1 parent 2a451ee commit cbad85f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ It’s not possible to run persistent, always running background services on mob

- Each invocation of your task has approximately up to 30 seconds of runtime before you must call `completed()` or your task is killed.
- While you can set an interval to define when your task runs after the app is backgrounded, or how often it should run, this is not guaranteed. iOS will determine when and how often you task will ultimately run, determined in part by how often you app is used.
- Background tasks are not executed in the simulator.

### Android

Expand Down
1 change: 1 addition & 0 deletions packages/capacitor-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ It’s not possible to run persistent, always running background services on mob

- Each invocation of your task has approximately up to 30 seconds of runtime before you must call `completed()` or your task is killed.
- While you can set an interval to define when your task runs after the app is backgrounded, or how often it should run, this is not guaranteed. iOS will determine when and how often you task will ultimately run, determined in part by how often you app is used.
- Background tasks are not executed in the simulator.

### Android

Expand Down

0 comments on commit cbad85f

Please sign in to comment.