You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ios/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
* Upload your Native App (.ipa file) to BrowserStack servers using upload API:
8
8
9
9
```
10
-
curl -u "username:accesskey" -X POST "https://api.browserstack.com/app-automate/upload" -F "file=@/path/to/app/file/Application-debug.ipa"
10
+
curl -u "username:accesskey" -X POST "https://api-cloud.browserstack.com/app-automate/upload" -F "file=@/path/to/app/file/Application-debug.ipa"
11
11
```
12
12
13
13
* If you do not have an .ipa file and looking to simply try App Automate, [you can download our sample app and upload](https://www.browserstack.com/app-automate/sample-apps/ios/BStackSampleApp.ipa)
@@ -19,7 +19,7 @@ to the BrowserStack servers using the above API.
19
19
* To run local tests, run `bundle exec rake local`
20
20
21
21
## Notes
22
-
* You can view your test results on the [BrowserStack Automate dashboard](https://www.browserstack.com/app-automate)
22
+
* You can view your test results on the [BrowserStack App Automate dashboard](https://www.browserstack.com/app-automate)
23
23
* Refer [Get Started](https://www.browserstack.com/app-automate/appium-cucumber) document to configure the capabilities
24
24
* You can export the environment variables for the Username and Access Key of your BrowserStack account.
0 commit comments