Are you looking for help?
I am trying to do a forced logout, that is, for security measures, or in some cases where the user is doing something wrong with the application, it is necessary to take control of the application and force a logout. The question is, does anyone know if this can be achieved using backendless, sending a signal, notification, etc or should I do it from the same swift system? Any ideas.
Backendless Version (3.x / 5.x, Online / Managed / Pro )
v6.5.4
Client SDK (REST / Android / Objective-C / Swift / JS )
SwiftSDK
Current iOS app version: 15.0
Application ID
53659D05-8CE2-3A56-FF51-4838E888AF00
Expected Behavior
Please describe the expected behavior of the issue, starting from the first action.
- User is logged (Doing something wrong with app data)
- An admin realizes that something is wrong with that user and the behavior with the application and decides to terminate the session of that user forcibly and send him to the login screen, invalidating the account for a certain time until clarifying what happened to the app.
Greetings and thanks in advance as always.