App icon is not showing in CallKit UI
问题 I have configured my Provider Configuration for CallKit iOS. In which I have also set ' iconTemplateImageData ' for displaying app icon in CallKit UI. But app icon is not showing. It shows a white square box. Provider Configuration Code: CXProviderConfiguration *configuration = [[CXProviderConfiguration alloc] initWithLocalizedName:[NSString stringWithFormat:@"%@\n", _title]]; configuration.maximumCallGroups = 1; configuration.maximumCallsPerCallGroup = 1; UIImage *callkitIcon = [UIImage