Tuesday, May 12, 2015

Google API Client Library with OAuth for Java

Google Java APIs download - https://developers.google.com/api-client-library/java/google-api-java-client/download

Get this instead of just OAuth libraries. API Client library includes OAuth libraries.


Thursday, February 19, 2015

"selector not recognized" - Including Static Libraries

If your Xcode project includes static libraries which further access category methods, you could run into the issue of "selector not recognized" for a custom category method.

The key is to add the -ObjC flag to "Other Linker Flags".

For more details, Apple has a nice Technical Note on this -

https://developer.apple.com/library/mac/qa/qa1490/_index.html

  DB Reading BASE: An Acid Alternative: In partitioned databases, trading some consistency for availability can lead to dramatic improvement...