0

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でアプリを使用したいので、プライベートな方法を使用したくありませんでした。

助けてくれてありがとう

4

1 に答える 1