ContributionsMost RecentMost LikesSolutionsRe: How to work with charts in iOS apps Hi TanyaYatskovska, How does the regional/image checkpoint works with different screen resolutions? For example, if I create a regional checkpoint for a chart on iPhone 6+ and running the script on iPad fails. Do you have any workaround for that to work instead of creating if statements and checkpoints for each device type? Thanks! Get current time on iOS device. It would be nice to have a built in functionality to get the current time on iOS device. Re: How to get current time on iOS device. Thank you TanyaYatskovska, I will submit this in Feature Request forum. Re: How to get current time on iOS device. Hi baxatob, Thanks for your answer! May I know how you synchronize iOS device time with TC server time? Thanks! How to work with charts in iOS apps Our iOS/Android apps has charts (ShinobiChart) like shown in the attachment. Object Browser in TC displays it as a single window and each item is being shown as different labels inside it. It is not being recognized as a chart. Also there's no option (like graph/Chart) to map it in Object Mapping under Project properties. Is there anyway to test the charts on iOS & Android apps using Mobile TC? Thanks! How to get current time on iOS device. I am trying to get the current time on the iOS device where it is required to compare the times on the application under test. Is there any property or command to get the current time of the iOS device? Thanks! Re: iOS: Handling pull down to refresh gestureNever mind, I have a work around script. But it would be nice if we can have a separate method for this gesture. Sub PullDownToRefresh Call Process.Window.TableView.Refresh Call Process.Window.TableView.ScrollToItem(0, 0) Call Process.Window.Drag(10, 100, 10, 400, 1000) End Sub iOS: Handling pull down to refresh gestureWe have a pull down to refresh in one of the scenes. I would like to automate that gesture in TC but I couldn't find the correct method to use. Can someone help me on how to pull the screen down using the vbscript.iOS: Tapping on any object in Navigation bar or Tabbar doesn't workI am evaluating TestComplete 10 Mobule version to test our iOS apps. Our app has back button to navigate to previous scene on the navigation bar and in the same way, the Tab bar has 4 different tab buttons. Tapping on any of those buttons in test complete mobile screen doesn't work. I am not sure if this is a know issue. Please let me know if you have any work around for this. In object browser, back button is being recognized as a label and the four buttton on the Tab bar are being recognized as buttons but tapping on them doesn't open appropriate scenes.Re: Aqfile.writetotextfile is not working in TC-8Hi Jared, Thank you for your reply. It looks like the functionality is working today. I just missed creating file in particular location. Today I added that to the script and it worked fine after that. Thanks, Jaya