Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/119.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/video/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
我的应用程序是否包含此视频代码行的加密-IOS-Xcode 6_Ios_Video_Encryption - Fatal编程技术网

我的应用程序是否包含此视频代码行的加密-IOS-Xcode 6

我的应用程序是否包含此视频代码行的加密-IOS-Xcode 6,ios,video,encryption,Ios,Video,Encryption,我的应用程序是否包含视频文件加密?这是我的代码: NSURL *url = [NSURL fileURLWithPath: [[NSBundle mainBundle] pathForResource:@"Video1" ofType:@"mp4"]]; MPMoviePlayerViewController *PlayerController = [[MPMoviePlayerViewController alloc] initWithContentURL:url]; [self pr

我的应用程序是否包含视频文件加密?这是我的代码:

NSURL *url = [NSURL fileURLWithPath: [[NSBundle mainBundle]     pathForResource:@"Video1" ofType:@"mp4"]];
MPMoviePlayerViewController *PlayerController = [[MPMoviePlayerViewController alloc] initWithContentURL:url];
[self presentMoviePlayerViewControllerAnimated:PlayerController];
PlayerController.moviePlayer.movieSourceType = MPMovieSourceTypeFile;
[PlayerController.moviePlayer play];
PlayerController = nil;

我的应用程序是否包含上述代码的加密功能?

为什么你会认为加密可能以任何方式与发布的代码有关?我之所以想到它,是因为其中包含NSURL。这只是当它有一个https的时候吗?你的URL只是一个对与你的应用程序打包的文件的引用。好吧,所以我不必担心对这段代码的加密说“是”吗?