launchkit-ios icon indicating copy to clipboard operation
launchkit-ios copied to clipboard

With xcode 11 and iOS 13 it gives warnign to call some method's on main thread.

Open iYuvraj-kale opened this issue 6 years ago • 0 comments

Following is the method from LKAPIlient.m class which the body needs to call on the main thread.

**- (void) trackProperties:(NSDictionary *)properties withSuccessBlock:(void (^)(NSDictionary responseDict))successBlock errorBlock:(void(^)(NSError error))errorBlock

call the content of this block on the main thread.

iYuvraj-kale avatar Nov 06 '19 07:11 iYuvraj-kale