MobileApplications
Returns the list of mobile applications (apps) configured in a Salesforce Marketing Cloud account. Each mobile app record identifies applications that are used for push notifications or in-app messages. This view helps administrators manage mobile channels and confirm that app credentials and configurations are current.
Columns
| Name | Type | References | Description |
| ApplicationId [KEY] | String | Specifies the unique identifier (Id) of the MobilePush application. This Id is generated by MobilePush and is required when sending notifications, retrieving configuration details, or managing the application through the API. | |
| Name | String | Specifies the name that is assigned to MobilePush. This value appears in MobilePush configuration screens and helps users distinguish between different applications across platforms or environments. | |
| Description | String | Specifies the descriptive text that explains the purpose or function of MobilePush. This description is often used for internal documentation and administrative clarity. | |
| CreatedDate | Datetime | Specifies the date and time when the MobilePush application was created. This timestamp records its initial provisioning within Marketing Cloud. | |
| ModifiedDate | Datetime | Specifies the date and time when MobilePush was last modified. Updates can include changes to credentials, certificates, or application settings. | |
| Keys | String | Specifies the set of key–value pairs that store customer-defined metadata for use in MobilePush. These values can drive personalization, segmentation, or conditional message logic. | |
| ApnsCertificateExpiration | Datetime | Specifies the expiration date and time of the Apple Push Notification service (APNs) certificate that is associated with the application. This value is essential for maintaining uninterrupted delivery to iOS devices. | |
| ApnsEnabled | Boolean | Specifies whether Apple Push Notification service (APNs) is enabled for the application. A value of 'true' allows the application to send push notifications to iOS devices, and a value of 'false' indicates that APNs messaging is disabled. | |
| GcmEnabled | Boolean | Specifies whether Google Cloud Messaging (GCM) is enabled for the application. A value of 'true' allows the application to send push notifications to Android devices through legacy GCM routing, and a value of 'false' indicates that GCM messaging is disabled. |