I have been working on some sample code for AppConfig using the Ionic Framework and finally have a working product to share with the community. It is my hope that this will spur on many projects to incorporate AppConfig settings into their EMM delivered apps.
My work consists of two parts:
- A cordova plugin that supports iOS and Android platforms – https://github.com/audioeng/cordova-plugin-appconfig
- An Ionic sample project that uses the cordova plugin to read the AppConfig strings from the device and displays a JSON stringified version of the dictionary on the device. – https://github.com/audioeng/ionic-appconfig
Thanks to Oracle for creating an EmmAppConfig cordova plugin. It is not actively being maintained and while I am sure it worked when it was originally released, cordova no longer initializes with their plugin. I have fixed this and plan to work toward making this work even better with Ionic in the future.
Thanks to Kevin Clark for pointing me toward Ionic Framework to help solve a problem I had been working on.


Leave a Reply