make installationIdentification KVO'able

This commit is contained in:
Stephan Diederich
2013-09-06 17:24:01 +02:00
parent 96304ac639
commit 6f64b8e5d6
3 changed files with 29 additions and 1 deletions

View File

@@ -81,10 +81,11 @@ typedef void(^tValidationCompletion)(BOOL validated, NSError *error);
* to provide better error reporting & analytics. If authenticator is configured to login
* (@see BITAuthenticatorValidationType), this identifier is retrieved from HockeyApp. In case
* it is disabled, it returns the vendorIdentifier provided by UIKit.
* KVO'able
*
* @return a string identifying this app installation
*/
- (NSString *) installationIdentification;
@property (nonatomic, readonly) NSString *installationIdentification;
#pragma mark - Authentication
/**