Re: iOS; how to "connect" to 3G

2012-10-18 Thread Kyle Sluder
On Thu, Oct 18, 2012, at 01:25 PM, M Pulis wrote: > Thanks! > > Not using anything low level... hence the surprise we actually use > it to determine if our login url is reachable; if not we work > "offline". I'll take a deeper look at what we are doing there. You can't use Reachability to

Re: iOS; how to "connect" to 3G

2012-10-18 Thread M Pulis
Thanks! Not using anything low level... hence the surprise we actually use it to determine if our login url is reachable; if not we work "offline". I'll take a deeper look at what we are doing there. Gary On Oct 18, 2012, at 1:12 PM, David Duncan wrote: On Oct 18, 2012, at 12:55 PM,

Re: iOS; how to "connect" to 3G

2012-10-18 Thread David Duncan
On Oct 18, 2012, at 12:55 PM, M Pulis wrote: > My iOS app uses the Reachability sample code to detect network availability > to work "offline" or "online". > > When using 3G, we get to the "connectionrequired" state. What to do then? We > try a login to our web site and that fails. > > WIFI w

iOS; how to "connect" to 3G

2012-10-18 Thread M Pulis
My iOS app uses the Reachability sample code to detect network availability to work "offline" or "online". When using 3G, we get to the "connectionrequired" state. What to do then? We try a login to our web site and that fails. WIFI works great, but we need 3G also. What am I missing or sh