Turbo activate -Grace Period online behaviorAnswered

Hello,

When I call IsGenuineEx in my app and user has not connected to internet for a while. The days in between check has expired and we are now inside the grace period. 
Does isGenuineEx now try to access the server always? Or uses a hours interval?
Or does it nog try to reconnect until the grace period has fully expired?

Thanks!
 

Answer

Does isGenuineEx now try to access the server always? Or uses a hours interval?

It checks every X days with a Y day grace period. There's also a back off algorithm so it doesn't hammer the network. Use our examples to write things correctly (including a UI for the user to manually re-verify).

, edited