Skip to content

ionic-team/live-update-provider-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors