I have an iCloud UIDocument subclass which I call updateChangeCount on but the contentsForType method doesn't get called unless I press the home button to leave the app even if I wait for several minutes. The odd thing is I have another UIDocument subclass which appears to work the same way but calling updateChangeCount will cause contentsForType to be called about 10-15 seconds later consistently.
What could the problem be?