Question

iOS push notifications

  • 13 February 2023
  • 1 reply
  • 64 views

Hi,

Has anyone set up push notifications on iOS previously?

If so, how have you created the triggers to send them? It looks like the API doesn’t support transactional push notifications in the same way it does for email.

The other workarounds we’ve seen in the docs seem suboptimal..

 

Thanks!


1 reply

Badge

Hi tkpb,

Transactional push notifications are actually on our roadmap. We’re working on them right now!

Our demo app shows a few ways to integrate push notifications. But the most popular ways to trigger push notifications rely on attributes (set using the identify method) or events (sent using the track or page methods) to trigger campaigns.

Can I ask what your use case is? Is there a reason you’re interested in using transactional messages rather than campaigns?

 

Reply