I would like to know how to obtain ICCID through the program.
I found a similar article at home, but the output is null.
How to use your home
https://stackoverflow.com/questions/5599471/iphone-ipad-unique-identifier-besides-uuid-udid
NSSstring* [email protected]"/private/var/wireless/Library/Preferences/com.apple.commcenter.plist";
NSDictionary*dict = NSDictionaryDictionaryWithContentsOfFile:commcenter;
NSSstring*ICCID=[dict valueForKey:@"ICCID";
Currently, iOS cannot obtain unique identification IDs such as ICCIDs.
as you do in the link attached as your home method.
You may have no choice but to create your own unique ID.
For your information, it was written on the page below that ICCID cannot be obtained.
https://stackoverflow.com/questions/21314439/how-to-get-the-iccid-of-the-sim-card-that-is-in-the-iphone-using-my-ios-app
345 Who developed the "avformat-59.dll" that comes with FFmpeg?
353 I want to create an array of sequences from "1" to a specified number.
361 Add dataframe values of the same structure without column names
369 Update Flask User Information
351 I have saved several codes written in python to a visual studio file.
© 2023 OneMinuteCode. All rights reserved.