プログラムでICCIDを取得する方法を教えていただきたいです。
本家で同様の記事を見つけたのですが、出力はnullになってしまいます。

本家の方法
https://stackoverflow.com/questions/5599471/iphone-ipad-unique-identifier-besides-uuid-udid
NSString *commcenter = @"/private/var/wireless/Library/Preferences/com.apple.commcenter.plist";
NSDictionary *dict = [NSDictionary dictionaryWithContentsOfFile:commcenter];
NSString *ICCID = [dict valueForKey:@"ICCID"];