How to publish Appcelerator app to google playstore / Apple store?

194 Views Asked by At

Helo Everyone.

I'm newbie in Appcelerator Titanium and mobile apps development as well, and trying to know on how to publish or distribute my appcelerator apps to google playstore / apple store?

thank you.

1

There are 1 best solutions below

0
miga On

Once you create a distribution build you can look up the normal App Store/Play Store documentation on how to publish your app inside the store.

The only think in Titanum you have to do is to create those builds (IPA, APK). You can have a look here

or use the packages for Atom/VS Code

where you can use the GUI to create those builds.

To create your certificates I recommend looking at the official documentation:

Once you have those keys you can select them in Atom/Vscode and click the distribution buttons.

Of course you can also use the CLI: https://github.com/m1ga/from_zero_to_app/blob/master/installation.md#the-cli-way

# android to store/file
appc ti build -p android -K /home/user/keyfile.keystore -T dist-playstore

# iOS ipa/device/store: will show you a menu to select the different profiles
appc ti build -p ios --target ?