Skip to content

Commit 3d12840

Browse files
authored
Merge pull request transistorsoft#201 from lonnylot/patch-1
Explain Simulate Background Fetch functionality
2 parents a30e169 + 04f08e0 commit 3d12840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ This state is a loose definition provided by the system. In general, it means th
211211

212212
### iOS
213213

214-
- Simulate background fetch events in XCode using **`Debug->Simulate Background Fetch`**
214+
- Simulate background fetch events in XCode using **`Debug->Simulate Background Fetch`** (_Note:_ You are FORCING a background fetch to be run. This will run the `successFn` even if the `#stop` method has been called. In practice, iOS won't fire fetch events after you've called `#stop`)
215215
- iOS can take some hours or even days to start a consistently scheduling background-fetch events since iOS schedules fetch events based upon the user's patterns of activity. If *Simulate Background Fetch* works, your can be **sure** that everything is working fine. You just need to wait.
216216

217217
### Android

0 commit comments

Comments
 (0)