The Lithium iOS Library is now available...
If you’re a developer, you can now use rich functions available in Lithium’s iOS Library to connect to Lithium communities. This means you can create and enhance iPhone and iPad apps with Lithium community interactions, providing community access for users on the go.
With the Lithium iOS Library, you can make the following community actions accessible:
- View Forum Categories, Boards, Topics, and Posts
- Manage Topic Bookmarks for users
- Access User Profiles
- Include Search capability for text in the community
- Create, reply, kudo, and solve posts
To access the Lithium iOS Library, just review and agree to the terms, download the iOS Library files, and you’re ready to get started. Documentation is included in the application files. If you have questions or want to share your ideas with other developers, just post to the Developer board in Developer Nation.
Click here to agree to terms and download the iOS Library.
And here’s more information that you’ll need after you download the iOS Library:
The zip contains these files:
- libLIA_API.a: The library you need to import into your project
- LIA_API.h: Required header file containing and explaining the LIA API functions
- Board.h, Category.h, ForumNode.h, Message.h, Thread.h, User.h: Required model object header files used by the Lithium iOS Library. They contain and explain the model object interfaces.
To integrate the Lithium iOS Library with your application:
- Add the libLIA_API.a library to your frameworks folder under your project tree in Xcode
- Add all the header files to your project
- Read through all of the header files (especially the SETUP section in LIA_API.h) to become familiar with all of the functions and model objects at your disposal
- Make sure to add a call to the connectTo function in LIA_API.h at application startup