Does anyone have any experience with writing an application that can only be running once per user account?
i.e. on device A user X starts the application and logs in as himself on device B user Z also starts the same application but logs in using user X's credentials.
In this case I would like the app to say that it is already being used by User X.
This is the same model the spotify app has
So some particulars for my case. I'm using Parse as the back end. Its an iPad app specifically written in Swift.
Anyone tried this before?