launchkit-ios
launchkit-ios copied to clipboard
Useful tools you need to launch your iOS app. http://launchkit.io
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...
There was no option to specify my own server. Since your service is down now I could not connect anywhere. I added a LaunchKit.launch method that take both apiToken and...
Hello, I've just installed this great library! I don't understand why, but when I have opened the application, I logged-in and out a couple of times and at the end...
Great framework! Should I wrap accesses to the config in a serial queue/lock of my own? Maybe we could add documentation about it.
There are many references to `[UIApplication sharedApplication]` in the Launchkit iOS library, which is forbidden in App Extension context. It would be great if Launchkit can be used for app...