This repository contains the Live Updates Provider API for Android and iOS, which defines an abstraction layer for live update implementations.
live-updates-provider-sdk/
├── android/ # Android implementation
│ ├── live-updates-provider/
│ └── README.md
└── ios/ # iOS implementation (coming soon)
- Android Implementation
- iOS Implementation (coming soon)
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.
Copyright © 2024 Ionic