Tag: ios8.4

MPMoviePlayerViewController不为IOS 8.4播放video

我的video播放IOS 8.3和更早版本。 但最近IOS 8.4video播放器更新后停止工作。 video不会播放,并立即进入MPMoviePlaybackComplete:方法。 Here is my code : self.player = [[MPMoviePlayerViewController alloc] initWithContentURL:fileURL]; [self.player.moviePlayer setFullscreen:YES animated:YES]; if(subtitlesPathStr){ [self.player.moviePlayer openSRTFileAtPath:subtitlesPathStr completion:^(BOOL finished) { // Activate subtitles [self.player.moviePlayer showSubtitles]; [self.navigationController presentMoviePlayerViewControllerAnimated:self.player]; } failure:^(NSError *error) { NSLog(@"Error: %@", error.description); } ]; }else [self.navigationController presentMoviePlayerViewControllerAnimated:self.player]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(MPMoviePlayerLoadStateDidChange:) name:MPMoviePlayerLoadStateDidChangeNotification object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(MPMoviePlayerDidEnterFullscreenNotification:) name:MPMoviePlayerDidEnterFullscreenNotification object:nil]; […]

当用户Touch-IDauthenticationUserFallback时,如何显示iPhone密码屏幕?

我想要处理UserFallback以显示密码屏幕。 我试过这个教程 ,但是当我的UserFallback被调用时,它会再次要求Touch-ID 。 如果我使用错误的手指或Touch-ID确实失败,那么它会显示苹果的默认密码屏幕。 请帮帮我。

snapshotViewAfterScreenUpdates在iOS 8上的故障

我注意到,运行这个会导致视图(或主窗口,不确定)调整时间的iPhone 6/6 +模拟器从iPhone 5布局缩放(无需传递iPhone 6/6 +启动图像): [self.view snapshotViewAfterScreenUpdates:YES]; 任何想法如何使它工作,当你不能通过'不'在那里? 更新(7月13日): 似乎不再在iOS 8.4上重现。

iOS 8.4设备的开发者磁盘映像无法安装错误 – 不符合条件的设备部分

我已经尝试过,但不能解决我的问题 – 不合格的设备部分。 我得到一个错误开发商的磁盘映像无法安装iOS 8.4设备的错误 任何人都可以请帮助我如何使用Xcode 6.3.1运行iOS 8.4版本的设备 或更新Xcode版本只是解决scheme 谢谢大家