Is possible to generate apk/ ios files using ionic pro?

I’m trying to make apk/ios file using ionic pro but I don’t know how !
I was using “ionic package build …” but unfortunately this way not supported in ionic pro

Please I need helps for this issue,
Note: now I downgrade my account to use “ionic package…” but soon it will not able to use it
So I want to learn how can I use ionic pro package to generate apk/ios files …

See here: https://ionicframework.com/docs/pro/package/

1 Like

Thanks, but from where I can find “MY-RELEASE-KEY” and “MY_ALIAS_NAME” to use this command ?

keytool -genkey -v -keystore MY-RELEASE-KEY.keystore -alias MY_ALIAS_NAME -keyalg RSA -keysize 2048 -validity 10000

It says so right above the command:

Change MY-RELEASE-KEY and MY_ALIAS_NAME to be relevant to your app.

https://ionicframework.com/docs/pro/package/android.html

You might set both to your app name for example. Or just foo, whatever you want.

1 Like