I have a headache regarding the movie player launched by a UIWebView in one of my apps.
I would like to call some actions from these triggers :
UIMoviePlayerControllerDidEnterFullcreenNotification
UIMoviePlayerControllerDidExitFullcreenNotification
(not MPMoviePlayerWillEnterFullscreenNotification
, which doesn't work in this case...)
The UIMoviePlayer calls work, but I am unable to find the documentation for these, and therefor fear that it might be rejected due to "use of undocumented / private framework"
Have anyone had luck finding the documentation for these ? Or know if one is allowed to use these in a real app ?