MasterFastfile
MasterFastfile copied to clipboard
app_center_download_url returns all build information
https://github.com/theappbusiness/MasterFastfile/blob/develop/Fastfile#L186
lane_context[SharedValues::APPCENTER_BUILD_INFORMATION]
The line above is referencing the entire build information, rather than the install_url
. Which will also need decoding I believe.
There is a lane context for APPCENTER_DOWNLOAD_LINK
but I think that takes you to the apk/ipa directly rather than the App Center install page.