Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 "...
Harsha's user avatar
  • 808
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: ...
MarvinVK's user avatar
  • 3,073
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 ...
wahyu's user avatar
  • 2,375
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 ...
user2861691's user avatar
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 ...
Scrilon's user avatar
  • 11
-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.
dhyanandra singh's user avatar
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 ...
Rahul Verma's user avatar
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 ...
da32's user avatar
  • 743
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/...
renevdkooi's user avatar
  • 1,633
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 ...
vojta's user avatar
  • 5,631
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 ...
Ravi_Parmar's user avatar
  • 12.3k
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 ...
Scrungepipes's user avatar
  • 37.6k
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 ...
bdhac's user avatar
  • 359
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 ...
Java Guy's user avatar
  • 1,005
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 ...
Abraham Durairaj's user avatar
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: ...
DixieFlatline's user avatar