I am implementing that app timeout functionality, If user keeping the application in idle for five minutes, the application will get logged out automatically. This concept I did use the UIApplication
sendEvent
method.
But, SFSafariviewcontroller
does not call the UIApplication
sendEvent
when the user using the SFSafariviewcontroller
. So, app getting logged out even though the application used by the user.
Is there any solution to resolve this issue?