Author Message
ermanbas
Joined: Apr 11, 2016
Messages: 17
Offline
Hi team
we are developing custom equinox client. (IOS application)

When application is starting we are registerin user to server. After that we tap main apple button and send applicaton to background.
After 15 or 17 minutes application is unregistering from session border controller.
But i cannot know if applcation was unregisterd. If i know i will reregister to server.
So how can i detect user absolutely unregistered?
Please help!
i am using ios client sdk.
Thanks.
Pavel_K
Joined: Dec 20, 2016
Messages: 67
Offline
When the user has been successfully unregistered, it receives didUnregisterWithServer event if you have set CSUserRegistrationDelegate delegate.
If you are not able to receive this event from background, then you can check services status. For example, you can check callServiceStatus that available from the user object.
Go to:   
Mobile view