Post

Replies

Boosts

Views

Activity

Reply to didRegisterForRemoteNotificationsWithDeviceToken
I have exactly the same problem. Yesterday, everything worked smooth, today, on the same device, no code changes, the didRegisterForRemoteNotificationsWithDeviceToken does not get called (and didFailToRegisterForRemoteNotificationsWithError does also not get called). Last week the same happened, and a device restart "solved" it, but that did not work this time. I tried on another device as well, reinstalled the App, restarted Xcode, etc., it does not help, e.g. the function still does not get called.
Jul ’20
Reply to Gesture: System gesture gate timed out.
<0x104c07fc0> Gesture: System gesture gate timed out. Here too. I am not using SwiftUI, just UIKit and it even happens in the most minimal project: E.g. A UIViewController with a UITextField in it, nothing else. As soon as I touch the screen with finger. It also happens each time with my other projects with custom gesture recognition. And the bug was not there always, but now it appeared with my old projects.
Nov ’23