79638515

Date: 2025-05-26 07:53:04
Score: 1
Natty:
Report link

Solution:

install the app not with Capabilities, but in the runtime with ((InteractsWithApps) driver).installApp().

WebDriverAgent can get all the necessary system-level interactions. Such as are Apple secure SpringBoard Passcode prompts.

Attention: For me it was necessary to install the runtimeApp with different bundleID, Appium somehow cached the Dump and if I have simply updated the capabilityinstalled app with runtime - it did not work.

Reasons:
  • Blacklisted phrase (1): did not work
  • Whitelisted phrase (-2): Solution:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mikhail Nersesov