requestly-android-sdk
requestly-android-sdk copied to clipboard
Chrome like developer tool for Android debug builds
`sdkId` and `deviceId` should also be available in the Network View
Right now the notification with metadata (`deviceId` and `sdkId`) can be cleared. We should make this notification permanent so that user can access the metadata anytime. - Permanent Notification -...
Organizations have an internal Pastebin server primarily to exchange secrets/cURLs etc between developers. It takes a lot of effort from copying cURL from Mobile API Inspector and then sending it...
If I attempt to build a release build of my app I get an error on this line about a missing key Requestly.Builder(this).build() Even though I have it set this...
I am getting crash on API 21 and 22 i think these lines cause the crash: Logcat.java(70) `process = Runtime.getRuntime().exec("logcat -v time");` Lynx.java(75) `Runtime.getRuntime().exec("logcat -c");` here is the stacktrace ```...
If you target SDK 33 you must request Manifest.permission.POST_NOTIFICATIONS or you will not see the notification as network traffic occurs. This is not required for older SDK version. You can...
Find details in [RQLY-874](https://requestlyio.atlassian.net/browse/RQLY-874)
User might need support for configuring the default value for `connectEnabled` and `deviceId`. This can be useful incase of running apps in CI environment. You can easily debug the traffic...
* Refer [this](https://requestlyio.atlassian.net/browse/RQLY-680) for complete details.
One module import working now ``` debugImplementation project(':requestly-android') releaseImplementation project(':requestly-android-noop') ```