Hi,
I have create app with ls in automatic reference counting (ARC) mode and use ls in tow UIViewController , but when switch between those controller, memory was increase and do not decrease , however i override dealloc method and set to nill all my objects , also I'm close LSClient ([client closeconnection]) , but it seems client not released.
Anyone has idea?