For me authenticatedwith google plus fast-app-switch.I have seen quiet authentication with google plus sdk. I want to enter silence a second time into the application. That is, if the user tries to log in for the first time, I redirect using safari for authentication (now I did it). But the second time, I just invoke silent authentication, checking some criteria, such as an authentication token, whether it has expired or some other condition.
Pseudocode ..
if (....what condition...)
[signIn trySilentAuthentication];
Invite me to check this condition and call slientAuthentication?
Note: I saw this question [QA1 , QA2 , QA3] , but everyone has been told about authentication, but not about silent authentication.
source
share