Posts

Post not yet marked as solved
3 Replies
693 Views
Tel uris containing * and # are not working on iOS 15 and onwards. When I try to execute the following statement [[UIApplication sharedApplication] openURL: @"tel://*21*12345#" options:@{} completionHandler:nil]; It didn't show anything on the device. I also try to encode it but it didn't work.
Posted
by arehman86.
Last updated
.
Post not yet marked as solved
0 Replies
857 Views
I have an auto answer functionality in my app. When I get an incoming call and the app is in background, the CallKit screen is shown, after the auto answer interval (i.e. 5 secs) is over, I create CXAnswerCallAction with the proper call UUID and requested a transaction and I get this error: Error Domain=com.apple.CallKit.error.requesttransaction Code=6 "(null)" According to the documentation: Code 6 is CXErrorCodeRequestTransactionErrorInvalidAction It was working before in the previous versions of the iOS but suddenly it stops working. Is there anything we can do. Any help related to the issue is really appreciated.
Posted
by arehman86.
Last updated
.
Post not yet marked as solved
0 Replies
1.1k Views
With the latest update of iOS13, application is not able to play the user defined ringtones via CallKit. Before iOS13, it was required to place the custom ringtone in the "~Library/Sounds" path and providing the name of tone to the CallKit configuration via CXProviderConfiguration.ringtoneSound, with this name set, the CallKit played the provided ringtone, but with the latest update to iOS13 it only plays the ringtones that are bundled with the application, if we provide the name of ringtone from "~Library/Sounds" it doesn't plays it anymore. Infact it plays the default ringtone. I tried to verify that same with the UserNotification, and it seems to work fine there i.e. providing the name of custom sound file from the "~Library/Sounds" directory, the notification is able to play the sound for iOS13 as well as previous versions.Can you please confirm me if the approach to set the custom ringtone for the CallKit is changed in iOS13 and from the Documentation now it states that it only plays the bundled sounds via CXProviderConfiguration.ringtoneSound. What would be the approach to play the custom ringtone via CallKit?Thanks in advance.
Posted
by arehman86.
Last updated
.