I’m working on a kiosk-based app with a custom login system. Users will sign in and play a session using a shared device. When they’re finished, the app returns to its login screen and waits for the next user to log in.
I’m interested in using Unity Analytics, but I need a way to reset the session and change user IDs each time a new user logs in/out. I’ve tried using Unity Authentication to switch profiles like Totumental on this thread ( Setting Unity Services analytics custom user id ), but I’m not seeing the session or userID changes reflected in the events once they reach the Event Browser. They always show the first custom userID and session since I launched the app.
I think this will keep me from benefiting from much of Unity Analytics’ built-in processing and reporting, as none of the session/user data will reflect my users’ actions correctly. Is there something I can do to fix this?
Thanks!