A sample app to demonstrate Smartface and Oracle EBS/Fusion integration. You can freely use the code in your apps.
This version works with mock-ebs services. To use all functionality in this app, please follow these steps;
- Change the mock services to match-up with your Real services.
- If you dont have, setup an account on Oracle Cloud.
- Create a new mobile backend for your project
- Create separate mobile backend clients for your target platforms (Android and iOS)
- Get tokens and keys for that backend from Oracle MCS dashboard
- Write your tokens and keys into
libs/Oracle/oracle_mobile_cloud_config.js
- If you want to use Push Notifications, update
googleCloudMessaging
value in [config/project.json
] (https://github.com/smartface/sample-file-manager/blob/master/config/project.json). You need to get your Sender ID from your Google GCM / Firebase account. It is recommended to read our detailed Push Notification Services Guide - To use Remote App Update feature update your
config/project.rau.json
You can unleash your app's power by reading Remote App Update Guides - Integrate your EBS rest services to MCS custom connectors, and relay from there.
- Guides
- API Docs
- Smartface Cloud Dashboard
- Download Smartface On-Device Emulator (Works only from your device)