question

Joshua avatar image
Joshua asked

App Soft Launch - triggering login

A lot of my users warm launch the app from the background, so it doesn't require them to login to playfab again, because technically they never logged out. So for instance, segments finding users who logged in within the last 24 hours isn't accurate, since some users just leave the app in the background for days and then come back to it.

How would you track users like this?

data
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Seth Du avatar image
Seth Du answered

The session ticket/entity token will expire after 24 hours, after that, login related API must be called to get a new one. If you want to monitor players’ on-focus time, you may consider using session feature from Unity SDK. Please refer to Sessions - PlayFab | Microsoft Docs.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.