Reputation: 1959
I have xamarin.ios
app on app store and it was uploaded a 7 months ago.Now I am trying to create an update to existing app. The mac machine used for developing the app was changed now.I logged in the apple account in xcode
and try to download the certificates using "Manage certificate button
".It will download all certificates.
But I am getting an error in xcode
says :
Provisioning profile "XXXXX" doesn't include signing certificate "Apple distribution: XXXXXXX"
I try to re download all certificates from xcode
.But it didn't solved.
When I logged in my apple developer account under Profiles sections.It shows like this
I saw in some articles says that we can revoke and extend the expiration. But when I try to edit,it shows like this.
What Should I do exactly to resolve this issue? I need to update the existing app.Please help me to resolve the issue.
Upvotes: 0
Views: 1033
Reputation: 12723
First , you need to check whether use the self-created Distribution Certificates in Mac .You can not use other people generated CSR file or Development generated CSR file to generate a Distribution Certificates .
Second , if certificates is in System Group , you can copy it to Login Group . Then it will show private keys . A private keys will show valid
in Visual Studio .
Have a look at this discussion : Xamarin iOS 16.5: certificate is "Not in Keychain"
Upvotes: 1