We identified one or more issues with a recent delivery for your app, "App name". Please correct the following issues, then upload again. ITMS-90338: Non-public API usage - The app references non-public symbols in "App name": _ADBannerContentSizeIdentifierLandscape, _ADBannerContentSizeIdentifierPortrait. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/
Get above error message app store when upload the app too app store, i removed the iAd.framework reference related all pods and library but still i got same error email.
Any have solution for this error, please share your thoughts..,
Thanks.
We solved the issue by removing an Adobe Native Extension called Mobile App Tracker. It was old and unused anyway. Today Mobile App Tracker is integrated in something called Tune.
I recommend making a search in the project directory with for instance the application TextCrawler searching "_ADBannerContentSizeIdentifierLandscape" among all file types and the context in which the issue lies should reveal itself. Most likely it's tied to the SDK or an extension like in our case. Good luck out there 😊