Hoping to mitigate a potential app rejection: I have noted some disparity in how the startup of an app that is missing a required net connection reacts. I have also read that Apple does not want us to exit an app directly as it looks like a crash. But to render an app in a view that says "hey, we need the net" and forcing them to swipe-kill seems less friendly than a good UIAlertView with a note about this, with the tap of Ok leading to the app closing.
Anyone know if this latter route is a sure-fire rejection?