HOW-TO publish into APP STORE. Any official how-to or guide???

You must Login before you can answer or comment on any questions.

There is somewher any official how-to for publishing your app into the apple app-store? I keep getting a build error from titanium and i'm really frustrated.

Titanium it's pretty cool when you develop but when you finish begin the pain.

3 Answers

There is no official guide for titanium. However It's not that hard.

First you need to get your keychain certificate (which you will probably have if you have tested it on your device.) Once you have done that you need a provisioning profile for distributing your apps. How to do this can be found in this video. It shows how to test your app on a device for android, then iPhone, and after that it shows how to upload to the store for android, and finally apple. It differs a bit from how it is now, but you should be able to do it (it's obvious, i used it too).

Once you have the 'name.mobileprovision' file, you need to subscribe your app on iTunesConnect to prepare it for upload. How to do this can be found on the apple's manual for iTunesConnect, around page 38 it is told how to prepare your app for upload.

Once you have done that the status on iTunesConnect will be 'ready for upload'. Now you can upload your app with Titanium Studio or Titanium Developer.

Hope this helps!

Tjeu

Your Answer

Think you can help? Login to answer this question!