Sim Presence Detection

Hi, I am working on a banking app and as per compliance, we have to detect whether the sim is present in the device when using the App or not, also it has to be the same sim which is used when registering with the App/Bank. Currently I dont find any way to detect this. The CTCarrier is depricated and all methods I check returns dummy value and not useful

Answered by DTS Engineer in 817244022
we have to detect whether the sim is present in the device when using the App or not, also it has to be the same sim which is used when registering with the App/Bank.

iOS has no API that meets these specific requirements.

If you’re specifically trying to comply with UPI, see this thread.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

we have to detect whether the sim is present in the device when using the App or not, also it has to be the same sim which is used when registering with the App/Bank.

iOS has no API that meets these specific requirements.

If you’re specifically trying to comply with UPI, see this thread.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Sim Presence Detection
 
 
Q