I downloaded the examples and can't find a instance of how to use this function:
This code doesn't not unlink or reset clients:
- (IBAction)didPressUnlink {
[DBClientsManager unlinkAndResetClients];
linkButton.hidden=NO;
unlinkButton.hidden=YES;
}
Thoughts?
thanks