More authenticator integration

- Only start the updateManager if the installation is authenticated (not yet tested)
- Provide the installation data to the updateManager requests
- Some more documentation
- Authenticator defaults to BITAuthenticatorAuthTypeUDIDProvider and BITAuthenticatorValidationTypeNever
- Reset usage time if installation identification changes (not yet tested)
This commit is contained in:
Andreas Linde
2013-09-11 14:05:09 +02:00
parent d7dbb06666
commit d93da3ee32
8 changed files with 180 additions and 66 deletions

View File

@@ -60,6 +60,13 @@
@property (nonatomic, copy) tAuthenticationCompletion authenticationCompletionBlock;
/**
* Specifies the type of installation identification for the current app installation
*
* KVO'able
*/
@property (nonatomic, readonly) BOOL installationIdentificationType;
/**
* removes all previously stored authentication tokens, UDIDs, etc
*/