Pega Mobile App build

Is there any way to build an unsigned mobile application in Pega platform using Pega Mobile Build server ? So that we can deploy app using organization specific certification mechanism during deployment.

@Vikas_Agrawal this is a supported use case. To build an application without uploading your certificates to the Pega instance you need to build it using and unsigned certificate set. Here is the article that explains how to create one Pegasystems Documentation

The whole process is described here: Pegasystems Documentation

After downloading the app you will need to sign it locally. The recommended approach is documented here Pegasystems Documentation

I hope that is helpful for you.

Thanks,

Mateusz

@matrm Thanks for your prompt response.

I don’t find same functionality for android apps. Is it not supported for android ?

Thanks,

Vikas Agrawal

@Vikas_Agrawal there is no unsigned build option for Android available. It is recommended to use the desired certificate while building the Android apps.

Thanks @matrm