Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Usage of MCS client sdk in ionic3

edited May 5, 2017 7:00AM in Digital Assistant & Mobile 2 comments

Summary

Usage of MCS client sdk in ionic3

Content

Hi

I downloaded MCS Cordova SDK from Oracle MCS and I extracted it and used the files in my Ionic3 application.While I am using the oracle_config fille I am getting that mcs name is not present.

var mcs_config = {

  "logLevel": mcs.LOG_LEVEL.INFO,

  "logHTTP": true,

  "mobileBackends": {

    "YOUR_BACKEND_NAME": {

      "default": true,

      "baseUrl": "YOUR_BACKEND_BASE_URL",

      "applicationKey": "YOUR_BACKEND_APPLICATION_KEY",

      "analytics": {

        "location": true

      },

      "authorization": {

        "basicAuth": {

          "backendId": "YOUR_BACKEND_ID",

          "anonymousToken": "YOUR_BACKEND_ANONYMOUS_TOKEN"

        },

        "oAuth": {

          "clientId": "YOUR_CLIENT_ID",

          "clientSecret": "YOUR_ClIENT_SECRET",

          "tokenEndpoint": "YOUR_TOKEN_ENDPOINT"

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!