Post

Replies

Boosts

Views

Activity

Application will not be launched because it failed to report an incoming call too many times (or repeatedly crashed.)
Hi,I am developing iOS app which receives VoIP Push Notifications and next calls CallKit | Apple Developer Documentation to bring Incoming Call UI panel. From time to time however the app fails to start, with error as below logged into the device console:default 10:29:04.933753+0200 callservicesd Application will not be launched because it failed to report an incoming call too many times (or repeatedly crashed.) default 10:29:04.933836+0200 callservicesd VoIP push for app dropped on the floorMy question is: does anyone know if statistics about application crashes and/or "failed to report an incoming call" are stored locally on the device? Or perhaps collected on Apple servers and used for all instances of my app on all devices out there?In case of the first scenario - does anyone know how to reset this stats on the device, so the Push Notification will be starting the app again?In case the second scenario - is there any way to flag device to Apple server as "development" and have it excluded from the stats? So it doesn't affect "production" app instances out there?Any help and suggestions very much appreciated.Regards,Chris
3
0
2k
Apr ’20
ibtoold --sending-client-environment
Hi,From time to time when I run XCode (or after I quit it) running:ps auxshows the following process:/Applications/Xcode.app/Contents/Developer/usr/bin/ibtoold --sending-client-environmentCan't find much documentation or other resources on ibtoold 😟Would anyone know what the above is related to?Regards,Chris
1
0
1.3k
Apr ’20