-4

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.

Vishal Pawar
  • 4,324
  • 4
  • 28
  • 54
SC-SL
  • 377
  • 3
  • 19

1 Answers1

2

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.

Yauraw Gadav
  • 1,706
  • 1
  • 18
  • 39