PersistedContent scope

Hi folk,

Just trying to test some PersistedContent iterator behaviour.

What is the scope of PersistedContent (specifically Workouts); is it possible to iterate over all the workouts in the on-device training calendar?

I've got a MWE in the simulator, but without getting PersistedContent into the simulator I'm unable to test this behaviour. Is there a way to pre-load PersistedContent?
  • OK so very simple MWE: just displaying and logging debug information (number of workouts) on device.

    I get zero. The very first call to the iterator returns null... and there are definitely a few workouts on the device (5 in the calendar; 1 normal workout).

    Anyone else confirm this behaviour?