Why does open device need to add a p12 certificate? #86
Replies: 9 comments 14 replies
-
Hi, In case if you have wda already installed, I think I've to skip checking for the profiles. I'll try to add this change in my next release. |
Beta Was this translation helpful? Give feedback.
-
What you considered is indeed fine. And it is very convenient to automatically install the matching wda. I think it is possible to add an option to skip the certificate check if wda is already installed on the device. Start directly. Because sometimes wda may have been customized and redeveloped, automatic installation will cause the installed wda to be overwritten. Adding an option would be a good update. Thank you |
Beta Was this translation helpful? Give feedback.
-
In addition, is it currently supported to start the plugin? Because I have installed the appium-device-farm plugin. However, I cannot choose to use the plug-in parameters through the Appium Wizard. |
Beta Was this translation helpful? Give feedback.
-
Yes, plugins are supported. Go to Server->Configuration->Settings of the particular port-> Add your plugin in Server args textbox. I've not tested with appium-device-farm. Looks like the images plugin is loading while starting the server. So, device farm also should work. Let me know if not working, I'll have a look and try to give a fix. |
Beta Was this translation helpful? Give feedback.
-
@GuannanMeng I've added an option to use preinstalled wda which won't check for certificates in this release(Right click on the device in the list view and select use pre-installed wda option) and I've added Plugins manager as well under Server. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi, @mega6453 I installed the wda of com.facebook.WebDriverAgentRunner.xctrunner on the device, but still can't open the device |
Beta Was this translation helpful? Give feedback.
-
Sorry, I just saw your email. I tried to use appium-device-farm on Windows,
but due to the limitation of xcuitest, I didn't succeed. I always get an
error when opening the device.
Meganathan C ***@***.***> 于2025年4月20日周日 01:13写道:
… @GuannanMeng <https://github.com/GuannanMeng> Are you using
appium-device-farm plugin in windows for iOS device? if yes, what steps do
you follow?
—
Reply to this email directly, view it on GitHub
<#86 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPDNAIBVDMV2VT2BJT7GND22J72FAVCNFSM6AAAAABWXYL6PGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOBYGYYTGMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello, I am using appium to do some automation work, I have developed a script using wdio+appium. But I encountered the problem of not being able to automate ios on windows. Until I found your project, it is incredible. But I have a question, why do I need a certificate to open the device. In fact, I have installed wda on my device using trollstore. I don't have a certificate.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions