Appium + iOS8 + Cache

Hello,

When I receive the data via web service, I can access the data with appium but when I cached the data in the application (Core Data), appium can’t detected this data.

Any idea ?

That sounds strange. Appium shouldn’t care about the status cached data. It just grabs the view hierarchy onscreen. Any other information would be most helpful to troubleshoot