all, my iPhone application must be con开发者_如何学Pythonnected to the local network without Internet access via Wi-Fi and in the same time connected to Internet via 3G. It is possible to do programmatically?
No, this is not possible. iOS will use the fasted internet connect (by type) to connect to. Maybe you could use VPN?
精彩评论