docs/main/deployment-guide/mobile/host-your-own-push-proxy-service.mdx
Customers building their own custom mobile apps must host their own push proxy service using one of the following methods:
See our developer documentation on working with the Mattermost Push Notification Service.
Deployment recommendations:
By default, push notification message content passes through Apple Push Notification Service (APNS) or Google Firebase Cloud Messaging (FCM) before it reaches a device. This potentially presents a problem for organizations with ultra-strict security and compliance requirements.
With the ID-only option, message contents can be fetched directly from the server once a push notification is delivered to a device. APNS and FCM can’t read push notifications since only a unique message ID is sent in each notification payload. While message content will take slightly longer to send, this feature helps organizations meet advanced compliance requirements.
To set mobile push notification contents to ID-only: