CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.

LiveUpdateProvider 0.1.0-alpha.1

LiveUpdateProvider 0.1.0-alpha.1

Maintained by Trevor Lambert.



LiveUpdateProvider 0.1.0-alpha.1

  • By
  • Ionic Team

Live Updates Provider SDK

This repository contains the Live Updates Provider API for Android and iOS, which defines an abstraction layer for live update implementations.

Project Structure

live-updates-provider-sdk/
├── android/                  # Android implementation
│   ├── live-updates-provider/
│   └── README.md
└── ios/                      # iOS implementation (coming soon)

Platform Documentation

Overview

The Live Updates Provider API defines a standard interface for live update implementations across platforms:

  • LiveUpdatesProvider: Creates manager instances for configured apps
  • LiveUpdatesManager: Handles sync operations for a single app
  • LiveUpdatesRegistry: Thread-safe registry for provider registration and lookup
  • ProviderConfig: Opaque configuration passed to providers
  • SyncResult: Result of sync operations

Each platform implementation provides a default Ionic provider that integrates with Ionic Appflow.

License

Copyright © 2024 Ionic