I'm working with CarPlay(simulator 10.3.1) and implement all methods in MPPlayableContentDataSource but method below isn't called.
- (void)contentItemForIdentifier:(NSString *)identifier completionHandler:(void(^)(MPContentItem *__nullable, NSError * __nullable))completionHandler
Does anybody know any reasons?