- Home /
Question by
SweatyChair · May 21, 2018 at 04:26 AM ·
ioscrashopenglwebview
gpus_ReturnNotPermittedKillClient crashes on iOS
Crash happens occasionally when players click "Rate Us" button and re-directly to App Store page, and after player click "back to MyGame", the game crashes and restarts.
Native Crash - gpus_ReturnNotPermittedKillClient (Unknown File)
Thread 34 (crashed)
34 CoreFoundation __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__
According to this post at Apple Developer and this post, "OpenGL ES application will be terminated if it attempts to execute OpenGL ES commands in the background".
Is there any easy way to fix it? Will putting a GL.Clear() helps?....
Comment
Answer by matt_unity258 · Jan 29, 2019 at 04:37 PM
@SweatyChair Did you figure out what's causing this?