MicroStrategy ONE

Alter iPad Device statement

Modifies the properties of an iPad device. An iPad device is used in Distribution Services to automatically send information from Intelligence Server to MicroStrategy Mobile and to an iPad.

Copy
ALTER IPADDEVICE "device_name" [NAME "new_name"] [DESCRIPTION "description"] [APPLEID "app_id"] [[SERVER "server_name"] [PORT port] [SERVERCERTIFICATE "certificate_name"]] [[SERVICENAME "service_name"] [SERVICEPORT port]];

where:

  • IPADDEVICE "device_name" is the name of the device to alter, of type string.

  • NAME "new_name" is the new name for the device, of type string.

  • DESCRIPTION "description" is the description of the device, of type string.

  • APPLEID "app_id" is the application ID of your MicroStrategy Mobile app for iPad, of type string.

  • SERVER "server_name" is the name or IP address of the Apple Push Notification Service (APNS) used to send push notifications, of type string.

  • PORT port is the port that the APNS uses to receive push requests, of type numeric.

  • SERVERCERTIFICATE "certificate_name" is the path to the APNS provider certificate, of type string.

  • SERVICENAME "service_name" is the name or IP address of the APNS Feedback Service used for the push notifications, of type string.

  • SERVICEPORT port is the port that the APNS Feedback Service uses to receive requests, of type numeric.

Example

Copy
ALTER IPADDEVICE "iPadCertOne" SERVICEPORT 
 2198;