- Home /
Is there a way to reset rendering after showing an iOS modal window?
We have an iOS plugin that launches a modal window, and when the user closes the modal window, Unity no longer updates frames. We can see that the 'Update' functions are still running via logs, but the screen is essentially frozen (but still responds to touch events). In our testing this most often happens in iPhone 5 & 5s, with iOS8.
It more specifically seems to occur when a modal window then runs something to trigger 'Application Will Resign' - in our case, an In App Purchase. Has anyone else seen this?
Your answer
Follow this Question
Related Questions
SystemInfo.batteryStatus integration 2 Answers
UniClipboard iOS Compile issue - Undefined symbols for architecture armv7 0 Answers
Android Activity equal in ios 0 Answers
Memory problem with UIImagePickerViewController 0 Answers
Docs say managed-to-unmanaged calls are very slow on iOS. Why? Will it be fixed? 0 Answers