How to get Latest Appium Studio Version i.e v20.3

I fill out the form and download Appium Studio for Windows for free and in mail I got “AppiumStudio_windows-x32_20_10_7516.exe”. but my window is 64 bit and when I try to open Appium studio the message is displayed “There is new version of Appium studio 20.3. Your current version is not updated. To update try the link”

I open link and again fill the form but got same version every time.

Because of this I am not able to use Appium Studio.

Can you please help me out.

Thanks

1 Like

It should be a bug of Appium Studio.
mhpfsdcush. execute-api. us-east-2. amazonaws. com/prod/pings always return an error action:

request:

{
"uiLaunch": false,
"msgType": 1,
"cloudUserName": "ray@mydomain.com",
"testsRunning": 0,
"loggedIntoCloud": true,
"timeZone": "UTC+05:00",
"sessionId": "2d195861----.",
"packages": [{
	"mode": "DEBUG",
	"os": "ios",
	"name": "com.experitest.ExperiBank"
}, {
	"mode": "DEBUG",
	"os": "ios",
	"name": "com.experitest.BrowserO"
}, {
	"mode": "DEBUG",
	"os": "android",
	"name": "com.experitest.ExperiBank"
}, {
	"mode": "DEBUG",
	"os": "android",
	"name": "com.experitest.simplebrowser"
}],
"uiInteraction": true,
"version": "20.10",
"userId": "50f03e14-----"

}

see request version is 20.10, but still return the tip.

response:

{
"action": 2,
"content": "640;600:<!DOCTYPE html>\n<html>\n<body>\n<center>\n<h2>Appium Studio 20.3 Released</h2>\n</center>\n<center>\n<img src=\"http://i.imgur.com/qpT6loy.png\" title=\"source: imgur.com\" />\n\n<p>\n\n<h3> There's a new version of Appium Studio</h3>\n    <p>Version 20.3 provides full support for the newest Android and iOS versions</p>\n\n    <br> <h2 font color=\"red\">Important Note: </h2>\n    <h3>Your current version of Appium Studio is not up-to-date. <br><br>\n    \n    In order to continue using Appium Studio you must upgrade to the latest 20.3 version\n   </h3>\n    </center>\n    <br>\n\n<center>\n<p>\n<br>\n<h3>To upgrade Appium Studio click:</h3>    \n\n<a href = \"https://experitest.com/mobile-test-automation/appium-studio\"> Latest Appium Studio Community Edition Download</a><br><br>\n   \n\n<br>\n</p>\n</center>\n</body>\n</html>",
"type": 2

}