1

I'd like to change the session_start event parameters (minimum session duration and session timeout duration) on iOS (Swift if possible).

I found a document (link), but it redirects only on Android documentation (1 and 2) and I can't find the equivalent in the iOS documentation.

Dazz Tv
  • 229
  • 1
  • 2
  • 6

1 Answers1

0

Too late to give a reply, you must have already found the link. I was spending more time to find the link, posting it here as this might be helpful for people like me searching. I found Session configuration can only be done in Analytics class but unsure if there are other options too!

iOS session configuration - https://firebase.google.com/docs/reference/ios/firebasecore/api/reference/Classes/FIRAnalyticsConfiguration

Vivek
  • 101
  • 1
  • 10