Fastlane action
upload_to_rootpk_store
Upload your APK or IPA to the Rootpk Store
upload_to_rootpk_store | |
---|---|
Supported platforms | android, ios |
Author | rootpk-team |
Example
upload_to_rootpk_store(
platform: "android",
path: "myapp.apk",
app_id: "your_app_id",
secret_key: "your_app_secret_key",
)
Parameters
Key | Description | Default |
---|---|---|
platform | Platform (android or ios) | |
path | Path to APK or IPA build on the local filesystem | |
app_id | Rootpk app id | |
secret_key | Rootpk app secret key | |
upload_url | Rootpk 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