A collection of documentation covering the Arc XP unified mobile SDK and sample projects.
Before any of Arc XP's services can be used, a backend must be ready to connect to. See the reference below for more details.
Arc XP's mobile SDK allows access to Arc XP services and content, for Android and iOS applications. Access to the various services and media is available via a single SDK, documentation can be found around the following modules (commerce/content being optional).
- (Subscriptions) Identity services for user management.
- (Content) Fetching media to display in applications.
- (Video) Fetching video on demand, and connecting to livestreams.
- Full SDK API Documentation
- can be generated by the dokkaHtml gradle task
Follow these best practices to keep your application secure while using Arc XP mobile SDK.
Optional Content module provides access to various types of content managed by Arc XP services, including text, photo, and video formats.
Optional Subscriptions module handles Identity services, such as logging in with Subscriptions and third party social network services.
Video module handles delivering video content, including ads, served by Arc XP services.
Arc XP's mobile sample apps demonstrate what using Arc XP services in real world applications might look like, while also providing a starting point for updating and customizing the project into something more suited to a specific client.
When it comes to cross platform development and using our mobile SDK we have experimented with React Native and found a way to incorporate our SDK into a RN project. Please see the article here: Using Mobile SDK with React Native
The Arc XP News demonstrates Arc XP services built into a mobile news app.
The Arc XP TV demonstrates Arc XP services built into a TV app, featuring video collections, a hero row, search, video data caching, and more.
- Android: The Arc XP TV Android Sample Project