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.
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_LINKbut I think that takes you to the apk/ipa directly rather than the App Center install page.