My App - which for some time has been in the App store is now being updated for the forth time. In the meantime Apple wanted me to update to Xcode 5.1. How I updated the App was by simply adding some more markers & some more 3d content - I’m using the Vuforia AR plugin and Unity iOS pro 3.whatever. Now the App - which runs fine on phone and iPad in iOs 6 and 7 won’t upload I get this opaqe message “App rejected Due to Non-public API”
and
“The app references non-public symbols in Payload /Myappname.app/Myappname: MPMoviePlayerContentPreloadDidFinishNotification”
…whatever the hell that is… a search won’t find MPMoviePlayerContentPreloadDidFinishNotification
Anyone know what the fix is? Is Unity a Non public API??
…seems to be the built-in punishment for trying to get something into the Apple store - the app of course runs fine on the device…
Unity 4.5.x should not cause such troubles. Other people have reported that Flurry plugin was causing troubles for them.
For Unity 3.5 users I have manual patch to work around this problem. You can download it here: http://files.unity3d.com/mantas/3.5/libiPhone-lib.a.zip Note: you can apply this patch only for Unity 3.5.7f6, applying it on any other version will cause crashes.
Instructions how to apply:
Locate where your Unity 3.5.7f6 is installed
Navigate here to the Unity.app/Contents/PlaybackEngines/iPhonePlayer/iPhone-Trampoline/Libraries subfolder (use Terminal.app or 'Show package contents feature in Finder)
Overwrite existing libiPhonei-lib.a with the one coming from this zip.
Rebuild your application, test video playback carefully and retry App Store submission with the new build.