Accessing/altering app-specific iOS settings ("iOS Settings bundle")

Hello there,

I’m new to Katalon Studio and I’m hoping to use it for automated testing of an iOS app.

The app I’m testing is built with an iOS Settings bundle (cf. [1]). I need to test the app with different settings enabled. How can I do that?

My naïve approach so far has been to start in script mode like this:

Mobile.startApplication(GlobalVariable.app_path, false)
Mobile.pressHome()

However, the pressHome() function (“Simulate pressing home button on mobile devices”) is Android-only.

Any suggestions as to how to proceed?

Thank you.

[1] Implementing an iOS Settings Bundle