Hello,
I am installing manual provisioning:
- I created and installed the distribution certificate in the keychain.app
- I created the corresponding provisioning profile
- I created under xcode a new project with the same bundle identifier as my xamarin project on windows (MyAppli com.companyname.myappli)
- I have assigned the provisioning profile: everything is ok.
under visual studio 2019 windows:
- right click ios project> properties > ios set signature
> diagram: I choose manual provisioning.
> signature identity: I select my distribution certificate
> provisioning profiles: corresponding profiles not found !!!
- tools> options> xamarin> apple accounts> show details
> I don't see my distribution certificate but I see the one dynamically generated by VS2019.
> I can see my provisioning profile for distribution !?!!
- when I go back to xcode, my profile broke because there are 2 certificates in the keychain.app (the automatic from VS2019 and mine). I remove the automatic but nothing helps: I go around in circles.
I tried restarting VS2019 but it didn't change anything.
why does VS automatically create a new certificate when I switched to manual?
how to select my provisioning profile to deploy my app on the AppStore ?
Thank you very much for your advice.