I successfully integrated this library into the iPhone part of my universal project, but same code gives me trouble when run on an iPad, e.g. after this debug log:
Warning: Attempt to present <MPMoviePlayerViewController: 0x7b77e180> on <UINavigationController: 0x7b76e290> which is already presenting <UINavigationController: 0x81614b60>
my app crashes, whereas this doesn't occur on the iPhone, and the video (a regular mp4 on my own server) plays well.
I successfully integrated this library into the iPhone part of my universal project, but same code gives me trouble when run on an iPad, e.g. after this debug log:
my app crashes, whereas this doesn't occur on the iPhone, and the video (a regular mp4 on my own server) plays well.
Here's my implementation:
Also, demo project has troubles on iPads, e.g. video doesn't show at all in the simulator, producing console logs:
Can you help?