I\'m developing a iPhone app with Core Data. All user data should be synchronized with our servers. For this purpose I created a subclass of NSOperation witch loads new data fro
I had same problem. You can use lock, unlock receiver. I solved this problem until now.