1

How do I force a session to end when my iOS app is backgrounded so that a new session is created even if the user reopens the app within 30 minutes of backgrounding it? The v2 SDK had instructions on how to do this but I can't find anything similar in the v3 SDK.

1 Answers1

0

you should pass session control = 'end' field in a nonInteractive hit when your app goes to background.

How to listen to when it goes background.

Community
  • 1
  • 1
Max Ostapenko
  • 536
  • 5
  • 15