IOS on windows machine-Provisiong profile

Hi

I have a query regarding the provisioning profile for ios. I usually run my automated tests in Mac, and i had my developer create a provisiong profile for me.

Now i run the automated tests on Windows machine, and while adding the device it says its gonna expire soon in 6 days. How can i make it run on my windows machine?

If i cannot run on windows machine, my automation scripts will be halted.Let me know how can i go ahead this ?

Hi Nisha

You need to register your developer account to Appium Studio on the windows machine

https://docs.experitest.com/display/public/TD/AS+-+Connecting+an+iOS+Device

Hi Nisha,

First thing,You need to create Apple id:
Lets create the Apple id by using below link:
https://appleid.apple.com/account#!&page=create

Then you need to enter or login with the apple id credentials into appium studio.
open appium studio
go to Tools,Navigate to profile management or profile configuration
configure your profile ,then enter your apple id credetials
follow this link for more info:
https://docs.experitest.com/display/public/TD/AS+-+Connecting+an+iOS+Device

2 Likes

I created a dev profile and it works now. Thanks