Relative Content

Tag Archive for iosobjective-cgrand-central-dispatch

iOS `scene:continueUserActivity:` deadlock when calling a synchronized API

What I need I want to convert an async system API to a synchronized one and call it inside SceneDelegate’s continueUserActivity. Note: I fully understand that iOS will kill the app if I don’t return within a few seconds. But in my case I have to wait till the system API completion in order to […]

iOS a very weird deadlock in `scene:continueUserActivity:` function

What I need I want to convert an async system API to a synchronized one and call it inside SceneDelegate’s continueUserActivity. Note: I fully understand that iOS will kill the app if I don’t return within a few seconds. But in my case I have to wait till the system API completion in order to […]