Hi, I am making one application and select backendless service for my mobile back end systems.
And I just want to allow only two login simultaneously for same user. I have done with user login/signup and logout using your android sdk latest version.
And First I keep Enable Enable Multiple Logins option on, and give 2 person limit.
–> So with this when I login in one device with user (for ex. xyz@abc.com) and also login with same user in other device. And now when I login in third device it will give me mulitple login error, that is fine, but when I logout from one device and try again for login then it is again showing me same error. So this is some bug. And when I try again after some time (almost after 20 min) it will allow me to login.
–> Even also when I do login in once device and do logout, and again repeat same steps of login and logout, and then again trying to repeat same step 3rd time (from one device, with same user id), it shows me again Multiple login limit reach error, while that particular user is not login from any where.
Please provide me some help with above and let me know if you want some more detail.
What platforms do you use? I couldn’t reproduce any of these two use-cases via REST API.
I created an app for the tests, you may try to check it too with the following requests.
Login:
Hi Sergey Chupov,
I am using backendless Android SDK not with REST API.
So, can you please help me with the solution using SDK. I am suspecting problem that If I logout then Immediately try to login then there are unexpected result coming. Because backendless backend system not getting reflect immediately. If I try to login after sometime result coming expected as per setting of (Simultaneous Login)
Hope you understand it.
Thanks
Ankit
I am not getting why you are forcing me to do same. Because I am building app with your Android SDK and I am having problem with that. So I am not getting here to use your method. Can you please check with Backend less Android SDK and let me know. Or please assign this issue to Android SDK specific team. Please also read my FIrst post.