cocoa-amf icon indicating copy to clipboard operation
cocoa-amf copied to clipboard

Objective-C implementation of the Flash Remoting format (AMF0/AMF3) for servers and clients.

Results 8 cocoa-amf issues
Sort by recently updated
recently updated
newest added

Not expecting this to be merged (as you're no longer supporting the project) and it removes a bunch of stuff to simplify things. It's more of a token of thanks....

Updated the code for ARC. Tested that it builds cleanly on Xcode 5, and that the sample application runs ok on iOS7. It doesn't look like you're maintaining this project,...

if ([[value className] isEqualToString:@"NSCFBoolean"]) ==> if ([[value className] isEqualToString:@"__NSCFBoolean"])

Hi all, I integrate simple AMF call with ios app and it return me proper object (ASObject) but when i try to add AMF client with my code it creates...

I had a hard time trying to figure out how to make this library work with the new MemoryManagement in iOS, since none of the used "autorelease", "release", etc... is...

This is a great library, it works perfectly. The issue i'm having is that there seems to be no way to set, or specify a time limit for a network/DB...

Your code has been extremely helpful and is implemented really well, however we had to customize it a bit to handle status errors differently and thought you should know. Inside...