How to launch Settings on a real iOS device?

Can someone please share the desired capabilities please on how to launch Settings/Preferences on a real iOS device using Appium 1.6.4-beta and Java client 4.1.2?

I tried giving bundle id = com.apple.Preferences but nothing happens and this is what I see in the logs.

[debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {“desiredCapabilities”:{“bundleId”:“com.apple.Preferences”,“arguments”:[],“environment”:{},“shouldWaitForQuiescence”:true}}

That’s the right bundle id. Can you try restarting your device once and run your test?

Restarted once and it worked once but not after that. I am not seeing anything happening. :frowning:

I see this same thing

[debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {“desiredCapabilities”:{“bundleId”:“com.apple.Preferences”,“arguments”:[],“environment”:{},“shouldWaitForQuiescence”:true}}

I think the issue is with iOS 10 only. It works fine on iOS 9.