iTune, App upload warning. App references non-public selectors in : productName
app-store-connect, non-public-selectors
Solution
After 5 Days of stress the application got accepted by Apple without any warning.
I assume it was a robot Warning well known by Apple Tester.
Problem
During the upload of my app on iTune connect I've got the following Warning : ``` The app references non-public selectors in My_application.app/My_application: productName ``` I've got some knowledge from those questions : The app references non-public selectors in Payload How to debug “The app references non-public selectors” error in Apple App Loader? Apple says The app references non-public selectors in my app. What does that mean? But nothing specific on `productName`. Searching my project I found this string only in Google Analytics Libraries. I double check I've got the last version of Google Analytics. I assume that the Apple validator robot think I'm trying to change the App name programmatically (that I'm not doing). Does any apps have been rejected with this warning ? How can I remove this warning ?