You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey !
First I want to thank you for the revival of this plugin. You have done a brilliant work ! Thank you !
I don't know if it's the responsability of the plugin or the firebase SDK, calling the methods get/setBadgeNumber() block the UI which become totally non responsive for about 5-10sec.
and here is what I have at the same time in Xcode's console
Hey !
First I want to thank you for the revival of this plugin. You have done a brilliant work ! Thank you !
I don't know if it's the responsability of the plugin or the firebase SDK, calling the methods get/setBadgeNumber() block the UI which become totally non responsive for about 5-10sec.
and here is what I have at the same time in Xcode's console
`
Main Thread Checker: UI API called on a background thread: -[UIApplication setApplicationIconBadgeNumber:]
PID: 9705, TID: 4399573, Thread name: (none), Queue name: com.apple.root.default-qos, QoS: 0
Backtrace:
4 Courseur 0x0000000104e3868c __33-[FirebasePlugin setBadgeNumber:]_block_invoke + 104
5 libdispatch.dylib 0x0000000105b736f0 _dispatch_call_block_and_release + 24
6 libdispatch.dylib 0x0000000105b74c74 _dispatch_client_callout + 16
7 libdispatch.dylib 0x0000000105b77ad4 _dispatch_queue_override_invoke + 876
8 libdispatch.dylib 0x0000000105b85dc8 _dispatch_root_queue_drain + 372
9 libdispatch.dylib 0x0000000105b867ac _dispatch_worker_thread2 + 156
10 libsystem_pthread.dylib 0x00000001c20f91b4 _pthread_wqthread + 464
11 libsystem_pthread.dylib 0x00000001c20fbcd4 start_wqthread + 4
2019-08-02 00:01:55.361908+0200 Courseur[9705:4399573] [reports] Main Thread Checker: UI API called on a background thread: -[UIApplication setApplicationIconBadgeNumber:]
PID: 9705, TID: 4399573, Thread name: (none), Queue name: com.apple.root.default-qos, QoS: 0
Backtrace:
4 Courseur 0x0000000104e3868c __33-[FirebasePlugin setBadgeNumber:]_block_invoke + 104
5 libdispatch.dylib 0x0000000105b736f0 _dispatch_call_block_and_release + 24
6 libdispatch.dylib 0x0000000105b74c74 _dispatch_client_callout + 16
7 libdispatch.dylib 0x0000000105b77ad4 _dispatch_queue_override_invoke + 876
8 libdispatch.dylib 0x0000000105b85dc8 _dispatch_root_queue_drain + 372
9 libdispatch.dylib 0x0000000105b867ac _dispatch_worker_thread2 + 156
10 libsystem_pthread.dylib 0x00000001c20f91b4 _pthread_wqthread + 464
11 libsystem_pthread.dylib 0x00000001c20fbcd4 start_wqthread + 4
`
any thoughts about this ?
Don't hesitate if you need more informations
Cheers
The text was updated successfully, but these errors were encountered: