roaming Questions
3
I want to get notified when I enter in roaming area in my iOS app, I have already read the documentation for NSLocale , SCNetworkReachability , and core telephony (I may have missed something). I n...
2
Solved
I'm trying to figure out a way to navigate to a sub folder in Roaming using C#. I know to access the folder I can use:
string folder = Environment.GetFolderPath(Environment.SpecialFolder.Applicati...
Darbie asked 7/9, 2014 at 1:14
2
Solved
I'm coding an app with heavy network usage. I've been told to warn users for costs but only when in roaming mode.
I know theres some way to know when the phone is roaming comparing two undocumente...
2
Solved
I created a BroadcastReceiver that listens for a CONNECTIVITY_CHANGE event. For now, I simply print out the action of the Intent that calls the BroadcastReceiver and its extras. I'm using a test ph...
Weighty asked 26/9, 2012 at 6:27
2
My application using below methods to detect roamming in iOS 4 and 5.
NSString *carrierPListSymLinkPath = @"/var/mobile/Library/Preferences/com.apple.carrier.plist";
NSString *operatorPListSymLi...
2
Solved
I know I can get the carriers Name, MNC and MCC using the following properties of the CTCarrier Class
carrierName
mobileCountryCode
mobileNetworkCode
These details are of the SIM inserted into t...
1
Solved
I'm trying to detect wether the device is roaming or not in my app and I've found these two methods:
NetworkInfo.isRoaming()
TelephonyManager.isNetworkRoaming()
Is there an essential difference...
Godown asked 30/8, 2011 at 14:9
1
Solved
The documentation states for CTCarrier's carrierName "The value does not change if the user is roaming; it always represents the provider with whom the user has an account."
It does not say the sa...
Leatherleaf asked 27/4, 2011 at 17:14
2
Solved
Just back from a very nice vacation in Iceland, and await the data roaming bill from my phone company. I hope for the best having limited my traffic as much as possible, but I want to know in advan...
Freezedry asked 3/8, 2010 at 7:44
2
Solved
i want to to persist some filenames for the user (e.g. recent files).
Let's use six example files:
c:\Documents & Settings\Ian\My Documents\Budget.xls
c:\Documents & Settings\Ian\My Docume...
Decompose asked 5/7, 2010 at 17:3
2
Solved
I need to store encrypted data (few small strings) between application runs. I do not want the user to provide a passphrase every time (s)he launches the application. I.e. after all it goes down to...
Roede asked 30/9, 2008 at 18:53
1
© 2022 - 2024 — McMap. All rights reserved.