Skip to content

Instantly share code, notes, and snippets.

View jldavid's full-sized avatar
💻

Jean-Luc David jldavid

💻
  • Toronto, Ontario
View GitHub Profile
@0x524A4B
0x524A4B / gist:085c7a12b0f4eb4b513d
Created September 6, 2014 21:51
Nymi NclProvision to and from NSData
// 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