Upload/Publish your bundle (apk or aab) to AppGallery automatically with appgallery-publisher
- Single Javascript File
- Bash File
- Node App (Here)
- appId (required, string)
- submit (optional, boolean)
{
"client_id": "client_id",
"client_secret": "client_secret",
"artifact_path": "path" (etc: /Users/mustafa.yigit/Desktop/app-release.aab)
}
POST -> http://localhost:3000/publish?appId=105596257&submit=true
"result": {
"packageVersion": "98591645147584"
}
"result": "success"