I don't really have any code to post as I'm not exactly having a problem (I don't think, anyway). This is more of a question about functionality.
I have a login sequence set for ACS that uses a date stamp and only logs in if the default 6 months expiration has lapsed. So if the app starts and the user should still be logged in based on the day, I'm not logging in again. So from a clean install, I'll login and then add a friend- no problem. But then if I rebuild the app, the app assumes I'm still logged in and tries to add a user but receives an error: Failed to authenticate user. I thought the error was a bit vague but it definitely goes away if I login explicitly before adding a friend.
What am I missing? Is the 6 month session not good for all ACS activity? In the docs it states that to add a friend 'requires user login.' Is it to be assumed that this does not include the 6 month session established at login?
Thanks in advance for the help!