10-04-2012 02:51 AM
if (DeviceInfo.isSimulator())
{
serviceUrl = ""+deviceside=true";
}
else
{
serviceUrl = """+;interface=wifi";
}
for simulator i use deviceide, and for mobile i use interface=wifi . But my question is , is this sufficient?
what if mobile user is connecting via 3g mobile data...not wifi?
help out.
10-04-2012 03:22 AM
10-04-2012 03:35 AM
10-04-2012 03:38 AM
10-04-2012 03:54 AM
I did this
http://www.2shared.com/document/_-M9QrlA/New_Text_
its working on simulator + device ( wifi). I hope its for all cases 3g network as well. my personal problem is, I am not having enough testing enviroment on all cases.SO i hope someone informs if i am going right.