I have a requirement to display a contact name when calling a phone number programmatically in iOS.
One way is, we can save the contact name before dial using "tel:\(number)", But then the problem is that iOS needs permission alert when accessing the Contacts.
But, the same permission alert does not show when trying to call from Apple maps. So, I want to know how Apple maps work while calling a phone number? Or how we can handle this?