Example code for using AppConfig with Ionic Framework to allow an EMM provider to provide dynamic data to your ionic app.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You need a working Ionic build environment to take advantage of this project. You will also need the cordova appconfig plugin as well.
Follow the links above to the prerequisites and install them.
Be sure to add the platforms you will compile to.
- Clone this repository:
git clone https://github.com/MrTechGadget/ionic-appconfig.git
. - Run
npm install
from the project root. - Run
cordova plugin add cordova-plugin-appconfig
from the project root. - Run
ionic cordova platform add ios android
from the project root. - Run
ionic build
for your platform of choice in a terminal from the project root.
Add additional notes about how to deploy this on a live system
- Ionic - Framework for native mobile app development
o Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Semantic Versioning will be used. See https://semver.org/ for details.
- Joshua Clark - MrTechGadget Github MrTechGadget Website
See also the list of contributors who participated in this project.
This project is licensed under the Apache License v2.0 - see the LICENSE.md file for details
cordova-plugin-appconfig which is used in this project is licensed under The Universal Permissive License It is based on the work by oracle
Thank you to the following:
- Kevin Clark - For pointing me to Ionic Framework
- Oracle for making the EmmAppConfig cordova plugin