В моем приложении расширения siri: continueUserActivity: restoreHandler: метод не вызван
- (void)handlePlayMedia:(nonnull INPlayMediaIntent *)intent completion:(nonnull void (^)(INPlayMediaIntentResponse * _Nonnull))completion {
INPlayMediaIntentResponse * re = [[INPlayMediaIntentResponse alloc] initWithCode:INPlayMediaIntentResponseCodeContinueInApp userActivity:nil];
completion(re);
}