MPVolumeView disappears after close Control Center

In my application MPVolumeView is visible only when a list of AirPlay devices is shown from Control Center. MPVolumeView disappears after close Control Center even if Apple TV device is available in WiFi network. This error occurs on iOS 9.1. Anyone encounter this issue?


@property (weak, nonatomic) IBOutlet MPVolumeView* airplayView;

[volumeView setShowsVolumeSlider:NO];
[volumeView setShowsRouteButton:YES];
[volumeView sizeToFit];

Did you ever resolve this problem? I am having this issue and have not found any solutions.

I'm having the same problem.

Same problem here...

Issue still occurs but only in case when I am playing VOD content. If I am playing live content AirPlay icon is visible. In both cases this is HLS.

MPVolumeView disappears after close Control Center
 
 
Q