diff --git a/Classes/BITAuthenticator.h b/Classes/BITAuthenticator.h index 684d916986..8a753b3095 100644 --- a/Classes/BITAuthenticator.h +++ b/Classes/BITAuthenticator.h @@ -124,11 +124,10 @@ typedef void(^tValidationCompletion)(BOOL validated, NSError *error); @property (nonatomic, weak) id delegate; /** - * The authentication token from HockeyApp. + * The authentication secret from HockeyApp. To find the right secret, click on your app on the HockeyApp dashboard, + * then on Show next to "Secret:". * - * Set the token to the `Secret ID` which HockeyApp provides for every app. - - When running the app from the App Store, this setting is ignored. + * When running the app from the App Store, this setting is ignored. */ @property (nonatomic, copy) NSString *authenticationSecret;