Do Apple require Network detection for openURL in Safari from your app?
- by donkeykong
I am about to submit my first iPhone app to the app store and within the about page, I have a link to our website. Is it ok to allow Safari to open and fail to load if network is not present, or will I be required to use reachability code to detect this beforehand?
I don't want the app to be rejected, so want to cover all bases.
Thanks