ios - Depending on legacy on-demand authorization, which is not supported for new apps -


  1. i using appium version 1.3.7 inspecting ios app. have given app path , device name , platform version.

  2. when launch appium server, doesn't recognize physical device have connected via usb.

  3. the appium log shows simulators available in system.

  4. i have tried inspect ios app in ios simulator itself, app doesn't installed in ios simulator. splash advertisement in app alone displayed in simulator. when checked in ios simulator, don't find app installed in ios simulator.i totally in chaos state, how can able splash add without app installed in ios simulator.

  5. i don't know missing while setting parameters ios. there must set bundled id, while connecting physical device.

  6. i want know whether device version such iphone 5s , platform version such 7.1.1 mandatory , should given accurate while setting parameters ios.

appium log:

info: [debug] responding client success: {"status":0,"value":{"build":{"version":"1.3.7","revision":"72fbfaa116d3d9f6a862600ee99cf02f6d0e2182"},"isshuttingdown":false},"sessionid":"26c9dff4-b119-4144-88ef-efe3d84800a6"} info: <-- /wd/hub/status 200 0.658 ms - 178 {"status":0,"value":{"build":{"version":"1.3.7","revision":"72fbfaa116d3d9f6a862600ee99cf02f6d0e2182"},"isshuttingdown":false},"sessionid":"26c9dff4-b119-4144-88ef-efe3d84800a6"}

info: [ios_syslog_row ] may 13 18:23:23 alk-mac-mini.local locationd[5150]: error: com.vr.iphone.lais depending on legacy on-demand authorization, not supported new apps

info: [ios_syslog_row ] may 13 18:23:23 alk-mac-mini.local locationd[5150]: error: com.vr.iphone.la depending on legacy on-demand authorization, not supported new apps

info: --> /wd/hub/status {}

info: [debug] responding client success: {"status":0,"value":{"build":{"version":"1.3.7","revision":"72fbfaa116d3d9f6a862600ee99cf02f6d0e2182"},"isshuttingdown":false},"sessionid":"26c9dff4-b119-4144-88ef-efe3d84800a6"} info: <-- /wd/hub/status 200 0.817 ms - 178 {"status":0,"value":{"build":{"version":"1.3.7","revision":"72fbfaa116d3d9f6a862600ee99cf02f6d0e2182"},"isshuttingdown":false},"sessionid":"26c9dff4-b119-4144-88ef-efe3d84800a6"}


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -