ADNKit icon indicating copy to clipboard operation
ADNKit copied to clipboard

Objective-C framework for building App.net applications on iOS and OS X

Results 18 ADNKit issues
Sort by recently updated
recently updated
newest added

It'd be cool to have convenience methods for: 1. Creating broadcast channels 2. Sending broadcasts http://developers.app.net/docs/guides/send-a-broadcast/

I wrote some code against release 1.3.1 which creates channels, and it was working. I decided to fork ADNKit to try and mess with a few ideas, and noticed I...

Calling this method in ANKClient+ANKFile results in passing a nil fileName and mimeType to AFHTTPClient's appendPartWithFileData:name:fileName:mimeType: which is apparently not acceptable.

Netboard (soon to be sent to MAS) uses ADNKit

http://developers.app.net/docs/resources/stream/

enhancement

It would be preferable to find a different mechanism for SDK distribution. The binaries are large and don't delta well, which will balloon the repo size over time.

It would be great if ADNKit integrated the Passport login, for which ADN has released an iOS SDK (https://github.com/appdotnet/ADNLogin-SDK-iOS). Is it out of scope for the project?

Currently there's just a single flag that causes all annotations to be fetched from any endpoint that supports sending back annotations. The services support granular per-resource annotation fetching, and ADNKit...

enhancement