I have downloaded the demo app from the Gracenote Developer website but its crashing for me and gives Exe_Bad_access
on below line in ViewDidLoad
method of GNViewController.m
.
self.sdkManager = [[GnSdkManager alloc] initWithLicense:LICENSE_INFO error:nil];
What's going wrong?