0

I follow all steps but i can't see my account on visual studio. ( https://learn.microsoft.com/tr-tr/xamarin/ios/get-started/installation/device-provisioning/free-provisioning?tabs=windows )

I use visual studio 2017 professional and My apple account is free

Steps:

1.Make sure that Visual Studio 2019 or Visual Studio 2017 has been paired to a Mac build host. (check)

2.Connect your iOS device to the Mac build host via USB or wirelessly. (check)

3.In the Visual Studio 2019 or Visual Studio 2017 Solution Explorer, right-click on your Xamarin.iOS project and select Properties. (check)

4.Navigate to iOS Bundle Signing. (check)

5.For Configuration, select Debug. (check)

6.For Platform, select iPhone. (check)

7.Select Manual Provisioning. (check)

8.Select the Signing Identity created by Xcode. (Doesn't listed)

9.Select the Provisioning Profile created by Xcode. (Doesn't listed)

tyln
  • 21
  • 1
  • 7

1 Answers1

0
1)Login to the provisioning portal through developer.apple.com
2)Add the UDID in Devices
3)Select the Team Provisioning profile in Provisioning Profiles
4)Click the Edit button And under devices for that provisioning profile, click Select All or just the devices you want to be included.

For more information refer this link
https://stackoverflow.com/questions/3578158/adding-devices-to-team-provisioning-profile
Jasmin Sojitra
  • 1,090
  • 10
  • 24