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

This isn't ready to merge yet — I have a few more fixes to push.

This enables support for the "Extended Scopes" feature. See more: https://developers.app.net/reference/authentication/#extended-scopes I've added a compatibility layer for `ANKAuthScope` enum, but I'm not sure if that's the best way going forward....

This lets you use the implicit grant flow (response_type=token), which means you don't need to store the app secret in the binary anymore.

I've built ADNKit using the make_release.sh script, but when trying to build my iOS app in Xcode 5.1 beta (build 5B90f), I am receiving this error: ``` ld: building for...

Hi, Using Xcode 6 / iOS 8 sdk there is an error in ANKClient: ![mismatch](https://cloud.githubusercontent.com/assets/7637126/3356246/0d8b67ac-fabe-11e3-8e5a-92bb2e626828.png) Thought you would want to know...

After having a quick chat to @kolinkrewinkle, we thought it might be best to open this pull request and start discussion of how to proceed. This doesn't merge cleanly —...

This technically works, but needs to be reviewed. Line 148 specifically. After the pause/setValue/resume exchange, the queue behaves strangely for at least one operation (not starting it.)

Wondering when ADNKit will be migrated to 64-bit so apps that use the framework can also migrate? Thanks!

There should be an easy way to obtain the Configuration. See: https://developers.app.net/reference/resources/config/

I was lazy and it made it easy to deliver a single release binary that was 100% good to go, but people seem opposed to it. Oh well