Apple has sent us this email:
We identified one or more issues with a recent delivery for your app. Please correct the following issues, then upload again.
ITMS-90338: Non-public API usage - The app contains or inherits from non-public classes in Project: ADBannerView . 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/
I did some research and we don't have any class called ADBannerView, and the only reference to an object called ADBannerView is inside our iAd sdk implementation:
import iAd
private var adBannerView: ADBannerView!
iAd is from Apple... how can I solve this problem?