iPhone SDK から標準 API で自分の電話番号を取得したいのですが?いくつかのコード スニペットを使用しましたが、電話番号を取得できませんでした。
NSString *num = [[NSUserDefaults standardUserDefaults] stringForKey:@"SBFormattedPhoneNumber];
NSLog(@"Phone Number: %@", num);
と
NSString *path = [NSHomeDirectory() stringByAppendingPathComponent:@"Library/Preferences/.GlobalPreferences.plist"];
NSDictionary *dict = [NSDictionary dictionaryWithContentsOfFile:path];
NSLog(@"dict = %@", dict);
また、iTunesでアプリを使用したいので、プライベートな方法を使用したくありませんでした。
助けてくれてありがとう