Is there a method, inside Unity3d,
- detect that WiFi is available or 3G is available or neither is available,
- to switch from 3G to WiFi network, if there is a way to switch between 3G and WiFi?
Is there a method, inside Unity3d,
In ios you can switch between 3g and WIFI ?
wow good question O_o…
Not sure your can go over user’s settings…
Vladster >> yes of course, you can shutdow the 3G for wifi use from Settings on your device
Sorry, my mistake.
I meant:
Is there a way, when WiFi is available, to switch from 3G to WiFi. Is there a Unity3d setting for this?
Hi Joe,
this is precisely what AllJoyN does. I mean, precisely, exactly, pinpoint
Made by Qualcomm, crossplatform framework. The only downside is that they are still working on a iOS Unity plugin. There’s already one for Android, and of course there are Obj-C sources aswell.
sidenote : I really believe Unity would gain a lot of market traction if they acquired the technology.
Is there codes without a plugin that I can use?
Or some way to point me to the correct direction.
How do others do it?
If there is a Wifi, how do you route traffic to use Wifi instead of using 3G?
Yes, you can switch from 3G to wifi. Just switch off data data connection and your iPhone connect with wifi…
Can that be done by software? … how?
wow bookmarked… can’t wait for it!!