Is it possible to find if the phone has an active data plan i.e how does the application detect if it can use 3G to communicate with a back end server. Please point me to sample code.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by Padma Kumar, MAC, Graham Smith, IceMAN, Frank van Puffelen Dec 26 '12 at 14:29
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Nope, I don't think it's feasible. Edit What utmost you can do is find if Internet is available or not. Data plan is provided by the network providers, so it's up to them. If they provide some sort of APIS (they won't though), then of course you can. |
||||
|
|

