A global system for storing account information and UI to authenticate to services.
As of iOS 7, the supported services are:
| Service | ACAccountType |
|---|---|
| Accounts.ACAccountType.Facebook | |
| Sina Weibo | Accounts.ACAccountType.SinaWeibo |
| Tencent Weibo | Accounts.ACAccountType.TencentWeibo |
| Accounts.ACAccountType.Twitter |
| Type | Reason |
|---|---|
| ACAccount | Represents a user account stored in the Accounts database. |
| ACAccountCredential | Encapsulates information needed to authenticate a user. |
| ACAccountCredentialRenewResult | An enumeration whose values indicate the result of a credential renewal request (see Accounts.ACAccountStore.RenewCredentials). |
| ACAccountStore | Encapsulates the Accounts database, providing access to Accounts.ACAccount objects. |
| ACAccountStore+Notifications | Notification posted by the Accounts.ACAccountStore class. |
| ACAccountStoreSaveCompletionHandler | A delegate that specifies the completion handler in calls to the Accounts.ACAccountStore.SaveAccount method. |
| ACAccountType | A class that contains information about Accounts.ACAccounts of a particular type. |
| AccountStoreOptions | Options available when requesting Facebook access. |
| ACErrorCode | An enumeration whose values indicate various errors relating to accessing accounts. |
| ACFacebookAudience | Specifies target audience for Facebook posts. |
| ACFacebookAudienceValue | An enumeration whose values specify the visibility of a post to Facebook. |
| ACFacebookKey | A class that encapsulates keys necessary for Facebook requests. Used with Accounts.ACAccountStore.RequestAccess (Accounts.ACAccountType, Accounts.AccountStoreOptions, Accounts.ACRequestCompletionHandler). |
| ACRequestCompletionHandler | A delegate that specifies the handler executed at the completion of calls to Accounts.ACAccountStore.RequestAccesss. |
| ACTencentWeiboKey | Key to use when accessing Tencent Weibo accounts. Used with Accounts.ACAccountStore.RequestAccess (Accounts.ACAccountType, Accounts.AccountStoreOptions, Accounts.ACRequestCompletionHandler). |