RyanMPierson / li-ios-sdk

Lithium Community iOS SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Lithium Community iOS SDK is currently in open beta

The Lithium Community iOS SDK helps application developers integrate Lithium Community into iOS applications. The SDK provides support for browsing boards, posting and interacting with messages, managing attachments, sending push notifications, and authenticating users. The library includes APIs to interact with Community's APIs. This guide provides information about:

For advanced integration scenarios, you can use the SDK to interact with the Community API v2.

The Lithium Community iOS SDK supports Lithium Registration, LithiumSSO, and custom SSO authentication implementations. See the Community Authentication guides on our Developer Documentation Portal for information about authentication options.

Community iOS SDK modules

The Community iOS SDK includes core, UI, and demo modules to support your Community integrations.

Module Description
LiCore This is the module that all native Lithium Community implementations will use. This library delivers the basic capabilities of authenticating and interacting with a community while adding support for third-party push notification providers. For advanced and/or custom integrations, you can use the SDK to interact with a Lithium community using the Community API v1 & Community API v2.
Features
  • Authentication
  • Inialization
  • API Providers
  • Custom API Providers
  • Push Notification Support (Firebase GCM)
LiComponents (optional) This is an optional UI module that provides a general support experience with self-service components helping users post messages, search for solutions and content, and browse your community. This package provides the fastest path to using Lithium Community within your Android application. This UI provides customer support-focused components, including browse-based navigation, keyword search, message posting, and message lists (both board-level and subscription-based) for Forum and Blog discussion styles.
Features
  • User and Subscriptions activities
  • Message List activity
  • Browse Navigation activity
  • Message View activity
  • Message Post activity
  • Keyword Search and Search Results activity
  • UI Component fragments
LithiumExample This module is a sample application to test drive the Community iOS SDKs capabilities.

Note: In order to create the best possible product and experience, we will continue to iterate on the SDK throughout the beta period. Features may change before the product is generally available. We will post updates and changes in the Current Betas forum.

The SDK is written in Swift and is designed to bring Lithium Community functionality to your iOS applications. How you use these modules will depend on the goals of your application.

The Lithium Community iOS SDK also supports Lithium Registration, LithiumSSO, and custom SSO authentication implementations. See the Community Authentication guides on our Developer Documentation Portal for information about authentication options.

Compatibility

The Community iOS SDK packages are compatible with iOS 9 and above.

We recommend installing the SDK using CocoaPods or Carthage.

License

Except as otherwise noted, the Community iOS SDK is licensed under the Apache 2.0 License.

Copyright 2018 Lithium Technologies

Documentation and resources

About

Lithium Community iOS SDK

License:Apache License 2.0


Languages

Language:Swift 99.0%Language:Objective-C 0.4%Language:Ruby 0.4%Language:HTML 0.2%