I work with CarPlay (simulator 10.3.1) and implement all the methods in MPPlayableContentDataSource, but the method below is not called.
- (void)contentItemForIdentifier:(NSString *)identifier completionHandler:(void(^)(MPContentItem *__nullable, NSError * __nullable))completionHandler
Does anyone know any reasons?
ios carplay
Misha vyrko
source share