iOS didReceiveButtonDown 0.5 second delay
-
Hello there,
I'm using the latest Flick SDK (fliclib-ios 1.2.2) on iOS and now there's about half a second delay between the Flic button click and when my app's 'didReceiveButtonDown:(BOOL)queued age:(NSInteger)age' callback is called. When the method is called the 'queued' value is always 1 and sometimes the age is also 1. I'm using the 'SCLFlicButtonTriggerBehaviorClick' trigger behavior and also set the lowLatency to YES. Is there any way to get rid of this delay? The delay in Android is much smaller.
thanks