I am thinking of a case where a 3rd party app connects over the network and affects changes in a server.
If this app was downloaded to multiple devices, they could all simultaneously run the app and start modifying server-side data, maybe leading to race conditions too.
Could I write some kind of background process for the iphone/ipad that would allow only a single device to run this app at a time in that network? What would it's features be?
Thanks
If this app was downloaded to multiple devices, they could all simultaneously run the app and start modifying server-side data, maybe leading to race conditions too.
Could I write some kind of background process for the iphone/ipad that would allow only a single device to run this app at a time in that network? What would it's features be?
Thanks