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: README.md
+21-19Lines changed: 21 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,25 +70,6 @@ Real machine screenshot:
70
70
71
71

72
72
73
-
## Mobile App
74
-
75
-
The Reqable mobile app can be used standalone or work with the desktop app. Standalone means that traffic recording and API testing can be performed independently without relying on the desktop. While in collaborative mode, the mobile app could automatically forward traffic to the desktop by scanning the desktop QR code without manually configuring the Wifi proxy.
76
-
77
-
#### Android
78
-
79
-
The Android version has been basically completed and is currently open for beta-testing, see [Github Release v2.0.0](https://github.com/reqable/reqable-app/releases). In order to limit the number of testers, it is only open to accounts with the annual license. Android implements most of the features on the desktop, except for some with legal risks, such as rewriting.
80
-
81
-
- On devices not lower than Android Q (API 29), Reqable Magic Service is an optional. Reqable will try to use the system api, but will not be able to detect the source app of the traffic belongs, and it may not be able to capture all the traffic.
82
-
- On devices lower than Android Q, the Reqable Magic Service is required, and recording cannot be enabled without installed.
83
-
84
-
Real machine screenshot:
85
-
86
-

87
-
88
-
#### iOS
89
-
90
-
The iOS version is still under preparation and will be open for beta-testing soon.
91
-
92
73
## Installation
93
74
94
75
Reqable official website provides the download of the latest version: [Download Now](https://reqable.com/en-US/download). If you want to download the historical version: [Click here](https://github.com/reqable/reqable-app/releases). In addition, on Mac, Reqable provides the `Homebrew` installation.
@@ -111,5 +92,26 @@ The Linux version requires the GTK library. Please confirm whether the system ha
111
92
sudo apt install reqable-app-linux-x86_64.deb
112
93
```
113
94
95
+
## Mobile App
96
+
97
+
The Reqable mobile can be used standalone or work with the desktop app. Standalone means that traffic recording and API testing can be performed independently without relying on the desktop. While in collaborative mode, the mobile app could automatically forward traffic to the desktop by scanning the desktop QR code without manually configuring the Wifi proxy.
98
+
99
+
In order to limit the number of testers, it is only open to accounts with the annual license. Mobile app implements most of the features on the desktop, except for some with legal risks, such as rewriting.
100
+
101
+
Real machine screenshots:
102
+
103
+

104
+
105
+
#### Android
106
+
107
+
The Android version has been basically completed and is currently open for beta-testing, see [Github Release v2.0.0](https://github.com/reqable/reqable-app/releases).
108
+
109
+
- On devices not lower than Android Q (API 29), Reqable Magic Service is an optional. Reqable will try to use the system api, but will not be able to detect the source app of the traffic belongs, and it may not be able to capture all the traffic.
110
+
- On devices lower than Android Q, the Reqable Magic Service is required, and recording cannot be enabled without installed.
111
+
112
+
#### iOS
113
+
114
+
The iOS app is now available on Testflight: https://testflight.apple.com/join/xEOIqtAm
0 commit comments