MicroStrategy ONE

Alter iPhone Device statement

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

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

where:

  • IPHONEDEVICE "device_name" is the name of the device to change, of type string.

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

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

  • APPLEID "app_id" is the application ID of your MicroStrategy Mobile app for iPhone, 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 IPHONEDEVICE "iPhoneCertOne" PORT 
 2199;