DiscogsAPI
DiscogsAPI copied to clipboard
An Objective-C interface for Discogs API v2.0
Results
2
DiscogsAPI issues
Sort by
recently updated
recently updated
newest added
I think this is a RestKit issue but I'm seeing memory leaks on every single request. Here's the callstack: ``` 0 libsystem_malloc.dylib malloc_zone_malloc 1 libsystem_malloc.dylib malloc 2 Foundation -[NSObject(NSKeyValueCoding) validateValue:forKey:error:]...
My app was rejected by Apple because Google requires their login flow to occur in a system browser, not as part of a webview in a 3rd party app. Not...