Search Issue Tracker
By Design
Votes
0
Found in
2018.2.19f1
Issue ID
1129223
Regression
No
[iOS] OnApplicationPause is called multiple times when closing an iPad Smart Cover
Steps to reproduce:
1. Open attached project (New Unity Project.zip)
2. Switch to iOS and make a build
3. Deploy the build to an iPad that has the iPad Smart Cover attached to it
4. When the game is running, close the iPad Smart Cover
Expected behaviour: OnApplicationPause(true) is called once, same as when you simply click the home or lock button.
Actual behaviour: OnApplicationPause is called 3 times. Check Xcode console to see the calls being made.
Reproduced with: 2017.4.21f1, 2018.2.20f1, 2018.3.3f1, 2019.2.0a3
Tested with:
iPad Pro 10.5" (iOS 12.0) with iPad Smart Cover.
-
victornor
Dec 09, 2023 19:16
Hillarious response from support. "Expected behaviour"?
Obviously multiple calls of OnApplicationPause is not expected behaviour under any circumstances.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Resolution Note:
Expected behaviour.