DeploydKit icon indicating copy to clipboard operation
DeploydKit copied to clipboard

DeploydKit makes it easy to add a professional web backend to your iOS app with Deployd.

Results 6 DeploydKit issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

I see all deployd communities which actually theres just the blog and and irc channel, completely dead. I see no support what so ever anywhere. It looks like Deployd is...

There are many place using "isa", in the Xcode 5.1.1 will get errors. How to correct that ?

In DKFile.m, line 232, you have this method: - (void)saveInBackgroundWithBlock:(void (^)(BOOL success, NSError *error))block { [self saveSynchronous:NO resultBlock:block error:NULL]; } The NULL passed for the error: parameter results in a...

Just noticed this, in DKEntity.m, the refresh method is defined as: - (BOOL)refresh { return [self refresh]; } This just calls itself over and over until the app crashes. I...

-(NSData _)sendSynchronousRequest:(NSURLRequest *)request returningResponse:(NSURLResponse *_)response error:(NSError **)error { // Start network activity indicator [DKNetworkActivity begin]; //****\* crashes on this method ******// NSData \* data = [NSURLConnection sendSynchronousRequest:request returningResponse:response timeout:20.0 error:error];...