Play Store Settings contains the necessary configurations for publishing your Android applications via Google Play Store. You can configure these settings via the Kuika Configuration Manager module.
Mobile Application Creation
Log in to the Kuika platform.
Click the New App button on the Apps screen.
Enter a name for your app.
Check the Mobile Compatible App option.
Complete the process by clicking the CREATE button.
How to Make Play Store Settings?
Create a configuration using the Configuration Manager module.
Click the Android tab from the App Settings modal.
Go to the Play Store Settings section.
Click the Android tab and configure the following settings:
App Name: The app name to be displayed on the device.
Bundle ID: Unique ID of the app (e.g. com.workspaceadi.appname).
Version: Version number (e.g. 1.0.0).
App Version Code: Integer number incremented with each update.
Minimum Android Version: Android 8 or higher.
Use Cleartext Traffic: Set HTTP traffic permissions.
Trust All Certificates: Set whether to accept SSL certificates as trusted.
Haptic Enabled: Enable haptic feedback.
Determining the Publication Type
Play Store Settings screen, use the ADD NEW option to determine the publication type.
From the menu that opens, select one of the following options:
APPETIZE
Fill in the Appetize API Token field.
App Subscription Service Account Json File: The JSON file belonging to the Service Account created via Google Cloud Console is uploaded to this field. This file enables secure communication with the Google Play Developer API and is required for subscription verification, purchase control, and payment status tracking. For detailed usage instructions, please review the Billing System Settings content.
APK (Android Package Kit)
APK: Used to install Android applications.
Fill in the SHA-256 Certificate Fingerprints field.
App Subscription Service Account Json File: The JSON file belonging to the Service Account created via Google Cloud Console is uploaded to this field.
This field is mandatory, especially for applications with subscription and payment scenarios.
AAB (Android App Bundle)
AAB: Used for Android application packages.
Signing Store File: Add the .jks file.
Signing Store Password: Enter the password.
Signing Key Alias: Enter the key alias.
Signing Key Password: Enter the key password.
SHA-256 Certificate Fingerprints: Enter the SHA-256 information.
App Subscription Service Account Json File: The JSON file belonging to the Service Account created via Google Cloud Console is uploaded to this field.
Saving and Completing Settings
Check the information you have entered.
Click on the three dots next to the Preview button at the top of the application.
Click the RUN button in the menu that appears.
When the process is complete, test that the settings have been applied correctly.
By following these steps, you can complete the Play Store Settings configuration and publish your app without any problems.