MPMoviePlayerController wont play movie on iPhone 3G when in release mode but will in debug mode -


ok, i've got weird 1 here... have issue mpmovieplayercontroller , playing m4v movie on old iphone 3g.

when connect device mac, , run through xcode build set device|debug - movie plays fine.

when change build device|release, mpmovieplayerplaybackdidfinishnotification called error of "this movie format not supported" , movie not shown.

running 4.1 on device, , have 4.1 set base sdk.

do have ideas?

thanks chris

maybe problem video encoding. try example video provided in tutorial:

http://mobiledevelopertips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html

if problem still occurs, let me know.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -