Generating Mobile Application Through Pega Desiner Studio
Generating Mobile Application Through Pega Desiner Studio
Pre-Requesites for building APK( Android Package Kit) which is nothing but mobile application.
EduBieDEV.keystore
The above one is the key generation file, which can be generated through command prompt, for this
you should have installed java in your machine.
keytool -genkey -v -keystore E:\Certificate\MobileAPK.keystore -alias Aaseya_alias -keyalg RSA - Commented [VNRS1]: Folder path where you can save you key
storetype pkcs12 -keysize 2048 -validity 10000 file
Commented [VNRS2]: Name for keystore file
the above is the syntax for generating .keystore file
Commented [VNRS3]: You can specify your organization name
here
Steps for creating Authenticate profile
Step:1 for this use the inbuild profile ( find the detaisl below)
You can give username and password of your own choice Then save it.
Now creating of authentication profile is completed, let’s go ahead and create certificate.
Step:1
Step:5
Now every thing is ready for generating APK from designer Studio.
Follow the below process, open the Designer Studio and select application and select Channels And
Interface and the select Mobile and selecte which type of App you want to build( Android/IOS), and then
select certificate and then select build now, that’s it, Your App is Ready now.
Step:1
Step:2 Select Mobile