iPhone OS: KVO: Why is my Observer only getting notified at applicationDidfinishLaunching
- by nickthedude
I am basically trying to implement an achievement tracking setup in my app.
I have a managedObjectModel class called StatTracker to keep track of all sorts of stats and I want my Achievement tracking class to be notified when those stats change so I can check them against a value and see if the user has earned an achievement.
I've tried to…