Publishing of new apps and updates
Create or update your app's picobase.json file. Then perform builds needed and upload required app files to the Developer Portal. After review the app will be deployed and available for users.
picobase.json
Example
picobase.json
{
"name": "My App",
"subtitle": "My App Subtitle",
"identifier": "com.example.myapp",
"icon": "icon.png",
"screenshots": ["screenshot1.png", "screenshot2.png", "screenshot3.png"],
"description": "A longer description with more details about the app."
}
Reference
identifier
A globally unique identifier for your app. For example com.example.myapp
.
name
A name for your app to be displayed in the store. For example My App
.
subtitle
A subtitle for your app to be displayed in the store. Often used below the name. For example Minimal Example App Subtitle
.
icon
A path to an image file to be used as the icon for your app in the store.
screenshots
A list of paths to image files to be used as screenshots for your app in the store.
description
A longer description of your app to be displayed in the store.