Skip to main content

Fastlane action

upload_to_rootpk_store

Upload your APK or IPA to the Rootpk Store

upload_to_rootpk_store
Supported platformsandroid, ios
Authorrootpk-team

Example

upload_to_rootpk_store(
platform: "android",
path: "myapp.apk",
app_id: "your_app_id",
secret_key: "your_app_secret_key",
)

Parameters

KeyDescriptionDefault
platformPlatform (android or ios)
pathPath to APK or IPA build on the local filesystem
app_idRootpk app id
secret_keyRootpk app secret key
upload_urlRootpk upload URL (optional)

Documentation

To show the documentation in your terminal, run

fastlane action upload_to_rootpk_store

Source code

This action is fully open source, view the source code on GitHub