application object

880

basic object model

About application

Application is our way to connect your application SDK with our cloud service
You can do this by:

  • creating account at manage.sensorberg.com
  • logging in
  • going to applications and creating new application

during this process you will get unique API key that you must set in your iOS, Android or Microsoft Mobile application

JSON representation

application

{
    "activated": true, // is application activated
    "apiKey": "application api key to connect your app with cloud account",
    "deleted": false, // is application deleted
    "description": "application description",
    "id": "object id",
    "name": "application name",
    "platform": "application platform like android or ios",
    "shared": false, // is application shared with you?
    "url": "application url like link to google play store for example"
}

application list item

{
    "apiKey": "application api key to connect your app with cloud account",
    "id": "object id",
    "name": "application name",
    "platform": "application platform like android or ios",
    "shared": false, // is application shared with you?
    "url": "application url like link to google play store for example"
}

📘

Shared application

When sharing your application with others - to let them create campaign on top of your application for example - application object will not contain apiKey and it is recommended that you should never reveal apiKey to anyone