All Questions
16 questions
0
votes
0
answers
259
views
Comparing device SIM phone number with the user entered phone number
As per my research and lot of others answers, we are sure that Apple is not allowing the developers to fetch phone number associated with the SIM in device.
But I'm wonder how PhonePe saying "...
3
votes
0
answers
1k
views
How to do a simple React native e-sim implementation with LPA?
We are trying to let a button open the native eSim flow.
We got pretty far with the "react-native-sim-cards-manager", but we got stuck on the ios with error messages:
...
0
votes
1
answer
3k
views
how to get user's phone number in flutter
is there a package to get user's phone number for android and ios. I have read some packages like sim_info and sim_data but as I know there is no property to get user's phone number (please correct me ...
1
vote
0
answers
105
views
Identify which state the user belongs to out of the 50 states in United States of America - without asking for other permissions than internet access
We are currently using the SIM card/Network to find out which country we should relate the user to. This enables us to have different business logic in different countries.
We now have a requirement ...
1
vote
0
answers
133
views
Replicating SIM causing device to download carrier bloatware but with my own apps
When you insert a sim card for the first time into a new device it causes the device often times to download carrier bloatware (not to be confused with manufacturer bloatware). What is the process by ...
-1
votes
2
answers
263
views
Detection of simcard on mobile device
I want to add an security feature for that I need to check if sim [contactno], installed on perticular device [android/ios].
ex: i need to check if no like 989xxxx640 is available in device or not.
9
votes
2
answers
5k
views
Can we detect whether a SIM is prepaid or postpaid using iOS?
Is there any method, function or property in iOS programming through which we can identify whether the SIM is prepaid or postpaid?
Can we use network information in any way to distinguish betweem pre ...
1
vote
1
answer
708
views
Detect changes to phone carrier
I want to detect changes to phone carrier (i.e.. Maxis, DiGi, Celcom). How can I do this? I found this link:
Is it possible to determine if the SIM/Phone number has changed?
But is it usable for iOS ...
0
votes
2
answers
2k
views
SIM Card Mobile Application Pre Load
Not directly a code related question, though I think this is the right place to ask.
Does anyone know, if so how and which requirements are needed, if it's possible to pre-load an IOS application and/...
2
votes
2
answers
629
views
UICC: Can I trust proactive TIMER MANAGEMENT?
UICC (SIM card) has no internal clock. If an applet loaded on the SIM card needs to know, whether some time interval has already elapsed, it has to allocate a timer in the device and start it using ...
2
votes
2
answers
12k
views
How to detect sim change in iOS
I'm implementing the currency transfer mobile app and i have to fetch the information about something that is unique on particular iOS device. I HAVE TO DETECT sim change.
I went through many ...
13
votes
1
answer
17k
views
Is it possible to determine if the SIM/Phone number has changed?
We have a product where the user registers by providing their phone number.
However after they register they could potentially change their sim.
Is it possible to programatically determine if the ...
0
votes
1
answer
3k
views
Apple Push Notification service (APNS) SIM change
Will Apple still push notifications to an iPhone device even though the SIM card and phone numbers changed?
I am developing an iPhone app (my first) that relies on Apple Push Notification service. My ...
0
votes
1
answer
535
views
Testing USA SIM & Mobile Phone Number from UK
I'm a UK based IOS / Android developer and want to test SMS capability to a US mobile phone number(e.g. many google services offer SMS capability only to US numbers)
Does anyone have a recommended ...
1
vote
1
answer
895
views
When SIM is not available how should we handle MFMessageComposeViewController
I am using MFMessageComposeViewController to send text message via my App. But I have a problem when we remove the SIM and try to send message. Is there any delegate available to track whether the ...
1
vote
2
answers
7k
views
Is it possible to get iphone's phone number programmatically in 2011? [duplicate]
Possible Duplicate:
Programmatically get own phone number in iPhone OS
Is it still impossible to get user's phonenumber in iOS and have your app accepted to appStore like they say in this thread: ...