Hey guys!
While I am debugging my application I often see the following log :Missing server connection for kCTConnectionInvalidatedNotification.
After running strings on the CoreTelephony Framework I found out that the notification is part of that framework:
$ strings /Applications/Xcode-9.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony.tbd
Any ideas what could be causing this log? The notification is private, so its not that I could be listening to it...
The reason I came up here posting the issue is because I have a lot of users complaining of LTE dropping its connection on application start. Most of those complains come from iPhone X. Even after enabling CFNetworking logs ( setenv("CFNETWORK_DIAGNOSTICS", "3", 1); ) there is nothing weird, at least when I test with my devices...
I would like to add that the connection drops are happeing basically on iPhone X and some iPhone 8. Other devices rarely having connection drops.
Are there any known issues of new iPhones dropping its LTE signal?
Thanks in advance!