Open josej14 opened 2 hours ago
I'll open a PR with a possible workaround for this issue. I'd appreciate feedback from other devs on it. Also, if someone can confirm that you are getting the same error it'd be awesome. Thanks!
Opened #106 to fix this issue (cc @SiarheiFedartsou)
Since 10/31/2024
get_app_store_version_number
is being rejected withUnexpected status code from iTunes Search API
error.After some debugging I get that apple has moved its API to a secure
https
URL, so all requests tohttp://itunes.apple.com/lookup...
are being redirected tohttps://itunes.apple.com/lookup...
resolving with a302 HTTP response
.However,
get_app_store_version_number
action is not handling this error status to perform a new request to the redirect URL provided on the HTTP response.LOG: ------------------------------------------ LOG: --- Step: get_app_store_version_number --- LOG: ------------------------------------------ LOG: Response code: 302 LOG: Status code 302 received. Redirecting to new url. LOG: Redirecting to: https://itunes.apple.com/lookup?bundleId=&rand=d3e75c21-3f6b-493d-8670-7a756b588b1f