pbakondy / cordova-plugin-sim

:cherries: A cordova plugin to get the device's SIM data (carrier name, mcc mnc, country code, telephonenumber, etc)
MIT License
163 stars 100 forks source link

Roaming detection in iOS #13

Closed BhavanPatel closed 8 years ago

BhavanPatel commented 8 years ago

Hey, @pbakondy I am not able to detect roaming in iOS like android. is there any way to detect roaming in iOS?

http://stackoverflow.com/questions/900547/is-there-any-way-to-determine-if-the-iphone-is-roaming

this link have some iOS code to detect but don't know how to use it can you please configure in plugin ?

pbakondy commented 8 years ago

There is no API that will allow you to detect if the user is roaming. Also the tutorial you point to is for jailbroken devices. It will not work on an Appstore app.

http://stackoverflow.com/a/22036792

I use only documented features because it is guaranteed to work.

pallaviMN commented 7 years ago

@BhavanPatel , finally were you able to check roaming status in iOS? If yes, how did you achieve it?