I want to send UDP packages in a local network using GCDAsyncUdpSocket. My fear is that at some point UDP packages will be sent via LTE because of the newly introduced "WiFi assist" from iOS 9. Is there some way I can pretend iOS 9 from passing my traffic to cellular network, and instead require it to always use WiFi?
Thanks a lot for any ideas!