Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
5.6.3p4
Issue ID
960871
Regression
No
[iOS] iPad Pro10.5 2017 hangs when app is started with an URL
On iPad Pro 10.5'' (iOS 10.3.2), when the game launched via a URL rendering stops on the first frame. The game keeps running on the background; music plays, etc. but the frame remains frozen.
When issue is happening, there's abnormal order of events logged in the device console:
- applicationDidBecomeActive
- applicationWillResignActive
- applicationDidBecomeActive
i.e. main view may somehow lose focus and then get it back. In cases where the issue is not reproduced only one applicationDidBecomeActive event is logged, as it should.
Steps:
1. Download Xcode project from the Own Cloud ("zbs.zip") and open it
2. In Xcode, edit script so it would always "return true;"
3. Run on iPad Pro 10.5 2017
4. In device press: (wait...) > Ignore > (wait...) > Restart > (wait...)
5. Check Xcode console
Expected:
- applicationDidBecomeActive
[...]
- applicationWillResignActive
Actual:
- applicationDidBecomeActive
[...]
- applicationWillResignActive
[...]
- applicationDidBecomeActive
Test results:
iPad Pro 10.5 2017 | iOS10.3.3 | reproducible
iPad Air 2 | iOS9.2 | not reproducible
Important notes:
- Reproduced on both OpenGL ES 2 and Metal.
- No other (slower) device exhibit this issue.
- Setting breakpoints in Xcode prevents the issue from happening.
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
Add comment