You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there is now way to start a new session. I am unsure what the best API is to start a new session either on application start/appearance or manually.
API Proposal:
Tracker.shared?.newSession()
Additionally every Tracker starts a new session on initialization and on enter foreground(observes the UIApplicationWillEnterForeground notification).
The text was updated successfully, but these errors were encountered:
Right now there is now way to start a new session. I am unsure what the best API is to start a new session either on application start/appearance or manually.
API Proposal:
Additionally every Tracker starts a new session on initialization and on enter foreground(observes the
UIApplicationWillEnterForeground
notification).The text was updated successfully, but these errors were encountered: