Hi everyone,
I'm trying to publish my app for enterprise distribution. I get through the first step of choosing a location and SDK version, etc. I'm getting stuck on the second step. I have a red X beside "Obtain Distribution Certificate". I do have a distribution certificate, but I don't know how to make Titanium see it. I've tried moving it into different folders, refreshing the window, clicking on the drop down menu beside "Select Distribution Certificate", etc. Nothing's working.
How can I make Titanium see my distribution certificate?
4 Answers
If you open up xCode's Organizer, how does the provisioning profile appear there?
There is no need to add folders. Just double click on distribution profile certificate and its private keys certificate, it will automatically store in keychain access.Now build app with distribution profile, in titanium you will be able to see the certificate.
Still didn't figure it out, but I did solve my problem by just going through Xcode.
Hi John, try deleting the certificate and profile from keychain and clean titanium studio including its hidden files in your Home directory, reinstall the your certificate and profile. then do a fresh install of titanium it will ask you for keyChain access. provide that and then check and let us know. it that worked. worked for me for developer profile, not sure for distribution.
Your Answer
Think you can help? Login to answer this question!