Post

Replies

Boosts

Views

Activity

Reply to Call kit: No Alert-Tone for Incoming Cellular Call when VoIP Call in progress
I am having this same issue with iOS 182. on Xcode 16.2. I have the same behaviour even when using a custom ringtone. let update = CXCallUpdate() update.supportsHolding = true update.supportsGrouping = true update.supportsUngrouping = true update.localizedCallerName = caller and static var providerConfiguration: CXProviderConfiguration = { let providerConfiguration = CXProviderConfiguration() providerConfiguration.maximumCallsPerCallGroup = 2 providerConfiguration.supportedHandleTypes = [.generic, .phoneNumber] return providerConfiguration }()
3d