here is answer from skadate:
- How long time is mobile app users logged in before they need log in with username and password again? I notice some are login forever? but maybe that is not true?
Answer: You can check app logout time for your particular app in ow_plugins/skmobileapp/controllers/api.php file. Line in question will look something like: const JWT_LIFE_TIME = 86400 * 360 * 999; // 999 years . The value (86400 in our example) is given in seconds. That value applies to all users unless they log out manually themselves.
sooo i guess i would never recieve any IP with this default settings...lol
why are they set it to "forever" ?? hmmmm i guess because it frustrating add username and password every day for use the app and the push maybe only works if you are signed in all the time.
interesting indeed....so what ever i do i will make either me unhappy or my members unhappy :))