We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describes the steps for creating a new release for stores.
Steps for uploading apk to play store:
use ionic package build android--profile prod --release --prod ... Profit! Steps for uploading ipa to app store:
use ionic package build ios --profile prod --release --prod start Applicatoin Loader on MacOS doubleclick on big gray "A" icon and select .ipa if reuploading same version: add a incrementing second version number in config.xml: https://cordova.apache.org/docs/en/4.0.0/config_ref/index.html#additional-versioning
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describes the steps for creating a new release for stores.
Steps for uploading apk to play store:
use ionic package build android--profile prod --release --prod
...
Profit!
Steps for uploading ipa to app store:
use ionic package build ios --profile prod --release --prod
start Applicatoin Loader on MacOS
doubleclick on big gray "A" icon and select .ipa
if reuploading same version: add a incrementing second version number in config.xml: https://cordova.apache.org/docs/en/4.0.0/config_ref/index.html#additional-versioning
The text was updated successfully, but these errors were encountered: