MPMoviePlayerContentPreloadDidFinishNotification submission error

Hi, I’m getting a submission error when we tried to update our app recently. I’ve attached a screenshot of error msg.

I read a forum saying that latest public build (2393a) takes care of that problem but my app is built with a build (1202) using graphics engine 1.0 and updating to 2393a build will require heavy upgrade on my animation and layout framework, which I like to avoid at this point. 

My question is, is there a simple patch work that can be applied to builds using graphics engine 1.0 to resolve this non-api usage error?

Thank you.

No.  You need to update if you intend to submit for Apple.  This isn’t the only thing Apple has changed.

Many Graphics 1.0 apps can be updated to Graphics 2.0 with a simple addition of this line:

graphicsCompatibility = 1

to your config.lua where you set your Width and Height.  This will take care of most everything.  But there are still a few things you will have to fix and test.

1202 is dead for Apple.  It can still be used for Android as long as you’re not using any Google Play based services (IAP, GPGS, AdMob, or any Advertising that needs Google Play which is most…)

Rob

No.  You need to update if you intend to submit for Apple.  This isn’t the only thing Apple has changed.

Many Graphics 1.0 apps can be updated to Graphics 2.0 with a simple addition of this line:

graphicsCompatibility = 1

to your config.lua where you set your Width and Height.  This will take care of most everything.  But there are still a few things you will have to fix and test.

1202 is dead for Apple.  It can still be used for Android as long as you’re not using any Google Play based services (IAP, GPGS, AdMob, or any Advertising that needs Google Play which is most…)

Rob