Skip to content

Commit b6f8733

Browse files
committed
Update handling_quit_requests.rst
1 parent 1228ab4 commit b6f8733

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tutorials/inputs/handling_quit_requests.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ at any time by either the user or the OS. A way to plan ahead for this
6060
possibility is to utilize ``NOTIFICATION_APPLICATION_PAUSED`` in order to
6161
perform any needed actions as the app is being suspended.
6262

63+
.. note:: On iOS, you only have approximately 5 seconds to finish a task started by this signal. If you go over this allotment, iOS will kill the app instead of pausing it.
64+
6365
On Android, pressing the Back button will exit the application if
64-
**Application > Config > Quit** On Go Back is checked in the Project Settings
66+
**Application > Config > Quit On Go Back** is checked in the Project Settings
6567
(which is the default). This will fire ``NOTIFICATION_WM_GO_BACK_REQUEST``.
6668

6769

0 commit comments

Comments
 (0)