SUPApplication API Changes

API changes for SUPApplication, used to manage applications, application connections, and application connection templates.

New SUPApplication Methods
Methods Description
  • getApplicationPushConfigurations
  • saveApplicationPushConfiguration
  • deleteApplicationPushConfiguration
Manage native push configurations for an application
  • getApplicationConnectionSettings(Integer numericId, APPCONNECTION_SETTING_FIELD field)
Manage retrieving the application connection setting for the specified setting field.
  • exportApplication
  • importApplication
Manage importing and exporting applications
Changed SUP Server Configuration Methods
Methods Description
createApplicationConnectionTemplate

Manage creating application connection templates.

The Logical Role, Application Identifier, and Security Configuration fields are now validated to make sure they are unique. If they are not unique, the operation fails.

Documented in: Developer Guide: Unwired Server Runtime, see Managing Applications and Application Connections and Templates