Hi ,
I am doing an ipad application using SUP MBO Approach. This application had login and logout functionality. Those Login credetials itself are used for registering applicaton in scc. I am unregistering the device in scc while logging out since application should be used for different logins. I thought of unregistering application while logging in. but I could not have login credentials of previous user logged in as i should not store anything in device regarding credentials.
The problem is that if user terminates(Kills) application in ipad, I can not unregister application user in scc. So, Previous user logged credentials should be used for using application.
How can I prevent this?
Thanks