Hi,
I need to avoid auto reconnecting with :
Code:
- (void) clientConnection:(LSClient *)client didReceiveServerFailure:(LSPushServerException *)failure
Code:
{
     [_clientperformSelectorInBackground:@selector(closeConnection) withObject:nil];
}

but i recent error on :
Code:
[_clientopenConnectionWithInfo:connectioninfo delegate:self];
Thread 8: signal SIGABRT