Posts

Post not yet marked as solved
7 Replies
I have the same issue, when my app in background sometimes it shows the CPU more than 100% in strange way..then killed with signal 9. When i use Instrument , it shows 90% consume of CPU cause of system library... Any idea?
Post marked as solved
56 Replies
I have the same issue, When i put my app in background it generate my CPU sometimes over 100% then kill my app with signl 9.Any idea how to solve this issue?
Post not yet marked as solved
2 Replies
Hi @tar rocha,The callkit is disaster, however one work around could be to show reportNewIncomingCallWithUUID and then dismiss it...
Post marked as solved
3 Replies
Hi,I am trying to find some documentation how to implement the reportNewIncomingCallWithUUID method in -- (void)pushRegistry:(PKPushRegistry *)registry didReceiveIncomingPushWithPayload:(PKPushPayload *)payload forType:(NSString *)typeI couldn't find a complete documentation, does anyone know where i can find it?