1

私は、ios 5 組み込みの Twitter アカウントにアクセスしている theos を使用して、notificationcenter プラグインを開発しています。私の問題は、OS から取得したアカウントがゼロであることです。私は何を間違っていますか?アカウントへのアクセスを要求し、完了後にアカウントを NSArray に保存するよりも、最初に ACAccountStore を作成しています。

accountStore = [[ACAccountStore alloc] init];
ACAccountType *accountType = self.accountStore accountTypeWithTypeIdentifier:ACAccountTypeIndentifierTwitter];
[self.accountStore requestAccessToAccountsWithType:accountType withCompletionHandler:^(BOOL granted, NSError *error){
if (granted){ _accounts = [self.accountStore accountsWithAccountType:accountType];
//now _accounts is nil, no accounts inside...

あなたが私を助けてくれることを願っています,

ベンジ

4

0 に答える 0