A2P 10DLC Campaign Vetting Delays: Twilio cannot approve 10DLC Campaigns ourselves, and must rely on third parties who control our connections to carriers to sign off. These external processes are creating several week delays for our customers. We continue to escalate these issues and are working to reduce delays wherever possible. Further details will be shared in the Campaign Vetting Changes article as they become available.

FCM Push Notifications only as Data messages

FCM Push Notifications delivered from Notify & our Conversations API are only sent as Data Messages, without standard notification payload to show in notification area.

Firebase Cloud Messaging data messages

Data messages are silent notifications that do not raise an alert in the notification tray but instead wake the app up in the background and allow it to process the notification and potentially raise a local notification. Data messages are typically preferred by Android developers for two reasons:

  • The aesthetics of Android default alert notifications rendered by the OS often does not match the developer's expectations
  • When a user taps an alert or hybrid notification the app is not launched unless a click_action is specified

Developers should parse FCM data push to extract data they need to show:

Conversations parsePushNotification

Have more questions? Submit a request
Powered by Zendesk