I was trying to submit an update to a Corona app that is already live on the App Store.
This isn’t my first update for this app either, I’ve updated it a couple of times before.
This time, when uploading the app as a submission to Apple, I received this notice:
==============================================================
“Your app contains non-public API usage. Please review the errors, correct them, and resubmit your application.”
“The app references non-public symbols in <MYAPPNAME>: MPMoviePlayerContentPreloadDidFinishNotification”
“If you think this message was sent in error and that you have only used Apple-published APIs in accordance with the guidelines, send the app’s nine-digit Apple ID, along with detailed information about why you believe the above APIs were incorrectly flagged, to appreview@apple.com.”
==============================================================
I don’t use a MPMoviePlayerController in the app or even anything to do with movies. It is a fairly simple app that I need to update occassionally - with the only changes being changes to the text in the app. Where this has never been an issue before, it is now, and I would guess it has something to do with Apple’s recent changes to iTunes Connect. Any thoughts on what could be causing this in our Corona app and what would be a good next step for me to actually be able to submit this update build over to Apple?
Thanks in advance!