Mobile App CI/CD
Last updated
Last updated
From version 4.0.0.19 ONEWEB Page Designer can build the mobile application as APK for android or IPA for iOS and push it to the store. The screen for page CI/CD is available in the deployment section of the mobile App. User can choose either Android or iOS. The following section explains the step-by-step procedure to upload your mobile app to the store for both Android and iOS.
Note: CI stands for Continuous Integration and CD stands for Continuous Deployment.
To build Android App For Unsigned APK, you can the start the build immediately. But for Signed APK you need to add the following details to start the build. Keystore file “.jks” Alias name Keystore password Password. For more information on Signing the app please follow this link.
Signed APK can be released to internal test on Google Play Console. For that you need to do the following
Create a Google Developer account.
Create a Service account for project "Google Play Android Developer" and you will get an email and a private key in JSON format.
Add user from the email which you get in step 2 and provide permission for the application.
Upload private key (JSON) to Page Designer.
To build iOS App To build an iOS App you must have an Apple Developer account. Please follow the below steps once you have a valid apple developer account.
Export the Certificate file in ".p12" format from Keychain Access program in Mac OS or use Certificate Signing Request (CSR) of Page Designer to generate Certificate (.cer). For more information on iOS Certificates please follow this link.
Create provisioning profile on Apple Developer account.
Login to your Apple Developer account, choose Select Certificates, Identifiers & Profiles.
Select the type of Provisioning Profile that you need and press Continue.
Select App ID and press Continue.
Select the Certificate you wish to include in this provisioning profile (the certificate the app was signed with) and click Continue.
Select the devices you wish to include in the provisioning profile. The certificate is a public/private key-pair, which identifies who developed the app.
Create a name for your profile and click Generate.
Upload Certificate and Provisioning Profile on the App in Page Designer
Now, you can build the iOS for Development/Distribution.
The built IPA for Distribution can be released to testflight on App Store.
Enter the Apple ID, App ID and Application Specific Password to connect to App Store
Once you enter the details, you can press the Build Android button under the Release section to build the signed APK.
Press action button of the signed build and select Play Store.
Press action button on the built IPA for Distribution and select App Store.