appetize¶
Upload your app to Appetize.io to stream it in browser
If you provide a
public_key
, this will overwrite an existing application. If you want to have this build as a new app version, you shouldn't provide this value.
To integrate appetize into your GitHub workflow check out the device_grid guide.
appetize | |
---|---|
Supported platforms | ios, android |
Author | @klundberg, @giginet |
1 Example¶
appetize(
path: "./MyApp.zip",
api_token: "yourapitoken", # get it from https://appetize.io/docs#request-api-token
public_key: "your_public_key" # get it from https://appetize.io/dashboard
)
Parameters¶
Key | Description | Default |
---|---|---|
api_token |
Appetize.io API Token | |
url |
URL from which the ipa file can be fetched. Alternative to :path | |
platform |
Platform. Either ios or android |
ios |
path |
Path to zipped build on the local filesystem. Either this or url must be specified |
|
public_key |
If not provided, a new app will be created. If provided, the existing build will be overwritten | |
note |
Notes you wish to add to the uploaded app |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action appetize