I’m analysing a iOS app and I’ve found an endpoint with a Codepush deployment key in a query string parameter.
https://codepush.azurewebsites.net/updateCheck?deploymentKey=[key]
Does anyone know what can be achieved with this key? Should it be considered private/sensitive?