Hello! My app is complete. I tested on the device and no problems. Then I ran the build with the button "Distribute Apple itunes store" of Appcelerator, and now my app is located in the archive of xcode, ok perfect. I created a description of the app and everything you need via itunes connect, and now my app is in a state of "waiting for upload", ok perfect.
I open xcode, I go Organizers / archive and my app is there. I press validate and I get this error: errore, what can I do?
2 Answers
Accepted Answer
Hi Nicolò
When you first started creating your app, you need a certificate otherwise it would not work. You will have create a development certificate to achieve this.
Now you are ready to distribute your app, you need to create a different certificate - specifically to distribute, this allows your app to go through the app store and onto other peoples devices.
You create this in the developer.apple.com site, under the distributions certificate section once you have logged in.
Tip: It will ask you to name the new certificate, you will be tempted to name this exactly the same as your development certificates. Do not do this; firstly it will throw up an error that does not really make sense and also it is easier to find the certificates on your own machine if you suffix them 'dev' and 'dist' or 'test' and 'live'.
Remember you will need to do a Project > Clean and rebuild your project selecting the NEW distribution certificate.
Error says you need to have distribution profile. Download it from
https://developer.apple.com/ios/manage/certificates/team/distribute.action
If you dont have create a new one.
Your Answer
Think you can help? Login to answer this question!