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.
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.
Copyright © 2021 Jogjafile Inc.
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