iOS 10.2で以下のコードを使用すると、
MPMoviePlayerViewController *c = [[MPMoviePlayerViewController alloc] initWithContentURL:url];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(movieLoadStateDidChange:) name:MPMoviePlayerLoadStateDidChangeNotification object:nil];
[self.navigationController presentMoviePlayerViewControllerAnimated:c];
[c.moviePlayer play];
しかし、このコードを実行すると、これは自動的に停止しました
**MPMoviePlayerViewController *c = [[MPMoviePlayerViewController alloc] initWithContentURL:url];
助けてください。info.plist に変更はありますか?