Skip to main content
Answered

Do I need to batch events from iOS clients before sending it for best performance?

  • 16 May 2024
  • 1 reply
  • 26 views

Hey all, I love using the events via the Intercom iOS SDK. For some actions, users might trigger large amount of events(~30 in 1 min). Should I batch these events myself or the Intercom SDK is already handling it? 

 

Specifically, do I need to batch events myself before calling this method?

Intercom.logEvent(withName: event, metaData: metadata)

 

Thanks!

1 reply

Userlevel 3
Badge +4

Hi @Steven Nie ! Ebenezer here from Engineering Support👋.

I do believe that the SDK does handle this on the backend, so you wouldn’t have to do anything regarding this.

 

Reply