My app requirement is to check that User is on call while doing transaction. If user on call then we need to show Caution alert. For this requirement we used CallKit to detect Call status and it's working fine but recently Apple has rejected the application because of Callkit that is banned in China. Could you please provide any solution to check the Call Status only.
My app requirement is to check that User is on call while doing transaction. If user on call then we need to show Caution alert. For this requirement we used CallKit to detect Call status and it's working fine but recently Apple has rejected the application because of Callkit that is banned in China. Could you please provide any solution to check the Call Status only.
The LiveCommunication framework provides similar functionality to CXCallObserver. For example, see "ConversationManager.conversations" and "conversationManager(_:conversationChanged:)"
__
Kevin Elliott
DTS Engineer, CoreOS/Hardware