I am integrated adWhirl in my iOS app successfully. I read in Apple docs that , if your app don't have any ad to show then you should hide banner. But in case of AdWhirl it is written in FAQ of AdWhirl
Does the AdWhirl SDK check network connectivity before attempting to request ads and prevent battery drainage?
Yes. The client SDK checks to see if network connectivity is available before allowing any ad requests to run. If no network connectivity is available, no ad requests are made. Therefore, note that since no ad requests are made, no callbacks will be made.
So how can I handle this situation? Does Apple reject my application? Any kind of help is highly appreciated. Thanks