add flag to tell if app is currently validated

This commit is contained in:
Stephan Diederich
2013-09-10 23:41:29 +02:00
parent d60a6d2a97
commit 34bf1bf611
4 changed files with 74 additions and 2 deletions

View File

@@ -41,6 +41,12 @@
*/
- (void) cleanupInternalStorage;
@property (nonatomic, readwrite) BOOL installationIdentificationValidated;
/**
* method registered as observer for applicationWillBecomeInactive events
*/
- (void) applicationWillResignActive:(NSNotification*) note;
/**
* method registered as observer for applicationsDidBecomeActive events