Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appgalleryconnect/agc-cordova-plugin
This repository including all of exsiting plugins of AppGallery Connect Service in cordova.
https://github.com/appgalleryconnect/agc-cordova-plugin
android-ios-hybrid android-links authorization authservice cordova crash cross-platform huawei-appgallery javascript remoteconfig serverless
Last synced: 16 days ago
JSON representation
This repository including all of exsiting plugins of AppGallery Connect Service in cordova.
- Host: GitHub
- URL: https://github.com/appgalleryconnect/agc-cordova-plugin
- Owner: AppGalleryConnect
- License: apache-2.0
- Created: 2020-12-10T11:23:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T01:03:45.000Z (about 2 years ago)
- Last Synced: 2024-04-18T04:45:53.666Z (9 months ago)
- Topics: android-ios-hybrid, android-links, authorization, authservice, cordova, crash, cross-platform, huawei-appgallery, javascript, remoteconfig, serverless
- Language: JavaScript
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# agc-cordova-plugin
[![license](https://img.shields.io/badge/license-Apache--2.0-green)](./LICENCE)This repo contains the source code for AGC cordova-plugin Demos, which are developed by the AppGallery Connect team.
These demos enable access to using specific APIs. For more information
about demos, and how to use them, see
[Official Documentations](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-remoteconfig-cordova-usage-0000001063539743).## Introduction
These are the available plugins in this repository.| Demo | Version | Documentation |
|--------|-----|-----|
| [apms](./apm) | | |
| [applinking](./applinking) | [![version](https://img.shields.io/badge/Release-1.2.0-yellow)](./applinking)| [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-applinking-introduction-0000001054143215)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/cordova-applinking-overview-0000001070430695) |
| [appmessaging](./appmessaging) | [![version](https://img.shields.io/badge/Release-1.2.0-yellow)](./appmessaging)| [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-appmessage-introduction-0000001071884501)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/cordova-appmessaging-overview-0000001066334212) |
| [authservice](./authservice) | [![version](https://img.shields.io/badge/Release-1.2.0-yellow)](./authservice)| [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-auth-introduction-0000001053732605)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/cordova-auth-overview-0000001071660125) |
| [clouddb](./clouddb) | [![version](https://img.shields.io/badge/Release-1.3.0-yellow)](./clouddb)| [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-clouddb-introduction-0000001054212760)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/cordova-clouddb-overview-0000001149210649) |
| [cloudfunction](./cloudfunctions) | [![version](https://img.shields.io/badge/Release-1.2.0-yellow)](./cloudfunctions)| [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-cloudfunction-introduction-0000001059279544)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/cordova-function-overview-0000001080834703) |
| [crash](./crash) | [![version](https://img.shields.io/badge/Release-1.2.0-yellow)](./crash)| [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-crash-introduction-0000001055732708)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/overview-cordova-0000001063808678) |
| [remoteconfig](./remoteconfig) | [![version](https://img.shields.io/badge/Release-1.2.0-yellow)](./remoteconfig) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-remoteconfig-introduction-0000001055149778)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/cordova-remoteconfig-overview-0000001063967581) |## Precautions
The agc-cordova-plugin project contains 8 independent projects. After downloading the code, you can load different nested projects to the IDE as required. And you can run each project independently.## Question or issues
If you have questions about how to use AppGallery Connect Demos, try the following options:
* [Stack Overflow](https://stackoverflow.com/questions/tagged/appgallery) is the best place for any programming questions. Be sure to tag your question with appgallery or appgallery connect.
* [Huawei Developer Forum](https://forums.developer.huawei.com/forumPortal/en/home?fid=0101188387844930001) AppGallery Module is great for general questions, or seeking recommendations and opinions.
* [Submit ticket online](https://developer.huawei.com/consumer/en/support/feedback/#/) If you encounter a serious or urgent problem, submit a trouble ticket online to contact Huawei technical support.If you run into a bug in our samples, please submit an [issue](https://github.com/AppGalleryConnect/agc-remoteconfig-plugin/issues) to the Repository. Even better you can submit a [Pull Request](https://github.com/AppGalleryConnect/agc-remoteconfig-plugin/pulls) with a fix.