diff --git a/Classes/ProviderDelegate.m b/Classes/ProviderDelegate.m index 97bdf5961..edd8cf534 100644 --- a/Classes/ProviderDelegate.m +++ b/Classes/ProviderDelegate.m @@ -31,7 +31,8 @@ } - (void)config { - CXProviderConfiguration *config = [[CXProviderConfiguration alloc] initWithLocalizedName:@"Linphone"]; + CXProviderConfiguration *config = [[CXProviderConfiguration alloc] + initWithLocalizedName:[NSBundle.mainBundle objectForInfoDictionaryKey:@"CFBundleDisplayName"]]; config.ringtoneSound = @"shortring.caf"; config.supportsVideo = FALSE; config.iconTemplateImageData = UIImagePNGRepresentation([UIImage imageNamed:@"callkit_logo"]);