This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // AppDelegate didFinishLaunching... | |
| NSDictionary *appDefaults = [NSDictionary dictionaryWithObject:[NSData dataWithBytes:nil length:0] | |
| forKey:@"NymiProvision"]; | |
| [[NSUserDefaults standardUserDefaults] registerDefaults:appDefaults]; | |
| // ViewController viewDidLoad... | |
| // | |
| // Save and load a provision on the obj-c side of things |