Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8265273
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T04:44:30+00:00 2026-06-08T04:44:30+00:00

I have an app that plays video clips using a subclassed MPMoviePlayerViewController, and I

  • 0

I have an app that plays video clips using a subclassed MPMoviePlayerViewController, and I want to ensure the movie player is dismissed when the user leaves the app (when it enters the background).
This is necessary as when they re-enter the app, it doesn’t seem to load the Movie URL correctly, so they get a blank movie player that is constantly loading.

Normally, I dismiss the Movie Player using [self dismissMoviePlayerViewControllerAnimated] when the Done button is pressed.

What is the proper way to dismiss the player when the application resigns active (or moves to background)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T04:44:33+00:00Added an answer on June 8, 2026 at 4:44 am

    Ok I ended up using Notifications to “cleanup” my MPMoviePlayerViewController when the application is about to be sent to the background. This allows me to detect when the app is about to be sent to the background from a class other than my app delegate.

    So when I create the movie player, I add the observer to call my “cleanup” function when the application is sent to the background.

    (Side Note – I also use an observer that prevents the movie view from closing automatically after the video finishes. That way the user has to press the “Done” button. That button also calls the moviePlayerCleanup method. This ensure that the observer is always removed properly)

    - (IBAction)buttonVideo:(id)sender {        
    
        // Register Movie Player for UIApplicationWillResignActiveNotification
        [[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(moviePlayerCleanup) name: UIApplicationWillResignActiveNotification object: nil];
    
    /*...set video URL, options, add to subview, etc etc here....*/
    }
    -(void)moviePlayerCleanup{
        // Remove the movie player view controller from the ApplicationWillResign notification observers
        [[NSNotificationCenter defaultCenter] removeObserver:self name:UIApplicationWillResignActiveNotification object:nil];    
        //Dismiss view
        [self dismissMoviePlayerViewControllerAnimated];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an app that streams video from the net and plays it using
I have a app that plays video. Right now it exits when the vedio
So I have an app that plays a bunch of songs while the user
I have a simple Samsung Smart TV app that plays a series of video
In my app, there's an introductory splash video that plays before the user sees
I have a UIButton in my iPhone app that, when clicked, plays a movie.
I have an app that loads while a 2 second movie plays. Currently the
I have an android app that plays audio from the application class. I have
I have built an app that plays lots of sounds the easy way: AudioServicesPlaySystemSound(someSoundID);
I have a flash app that plays movies. It loads subtitles and subtitle times

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.