From 5f192d2ab557603dec3f1fe62eae4d7145857f0e Mon Sep 17 00:00:00 2001 From: Nick Lockwood Date: Sun, 30 Dec 2012 13:36:12 +0000 Subject: [PATCH] Improved documentation for service property. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3269a37..23ff149 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The account property is used to distinguish between multiple user accounts withi @property (nonatomic, copy, readonly) NSString *service; -The service property is used to distinguish between multiple services within the same app. The service value might be something like "Account Details" for example. +The service property is used to distinguish between multiple apps or services on a given device or within the same app. On Mac OS and the iOS simulator, services are shared between apps, so it's a good idea to use something unique for the service, such as the application bundle ID, or the same value as the accessGroup if you wish to share a service between multiple apps. @property (nonatomic, copy, readonly) NSString *accessGroup;