Discussions

Ask a Question

Dashboard down

I've been unable to reach the app spector dashboard (<https://app.appspector.com/>) for the past couple of days. Is there an outage? Do you have any estimates about when it will be back up?

Is this compatible with Android 13?

I am having issues receiving logs on two Android 13 devices. Xiaomi 12 Pro Xiaomi 2201122G | Android 13 Realme GT NEO 3T realme RMX3371 | Android 13 I am receiving logs successfully on an Android 12, and an Android 11 device.
ANSWERED

gradle not found due to appspector

I keep getting Could not find com.android.tools.build:gradle:3.1.0. Searched in the following locations: https://maven.fabric.io/public/com/android/tools/build/gradle/3.1.0/gradle-3.1.0.pom https://maven.fabric.io/public/com/android/tools/build/gradle/3.1.0/gradle-3.1.0.jar https://maven.appspector.com/artifactory/android-sdk/com/android/tools/build/gradle/3.1.0/gradle-3.1.0.pom https://maven.appspector.com/artifactory/android-sdk/com/android/tools/build/gradle/3.1.0/gradle-3.1.0.jar Required by: project :app > com.appspector:android-sdk-plugin:1.0 Open File I arleady have classpath 'com.android.tools.build:gradle:3.1.4' (newer version) changing 3.1.4 to 3.1.0 does not help

Monitor All Network Including 3rd Party Network

I tried Appspector, but it's not showing all network calls. 3rd party network calls not appear on the Appspector Network dashboard. How to intercept all network including 3rd party api calls?
ANSWERED

Traffic Limit

Hi, how can I get more than 2gb of traffic limit?. Actually we have the Developer Plan. Cheers

[iOS] Incorrect urls for all curl imports

I have strange problem, all requests imported as curl have extra `http` in url (like `http://https//google.com`, where correct url would be `https://google.com`). Is it known bug?
ANSWERED

Network Collections for NSURLSession delegates

Do you plan to support tracking NSURLSessionTask s that reports to NSURLSessionDataDelegate, NSURLSessionTaskDelegate or to add api to your SDK that can bind responses or/and bodies to requests that already tracked in these case by your SDK?
ANSWERED

GDPR Compliance

Hey there! I've just discovered AppSepctor and it blew me away! Especially being able to inspect the network requests is **amazing**! One question though as we're serving customers from the EU: is AppSpector fully GDPR compliant? I sincerely hope it is, I **have** to use it. 😄 Cheers, Linus
ANSWERED

Add raw json response & POST body

Hi there! I'm find out that your product is pretty useful and I have propositions to add such features as: - Add an ability to view raw response in networking (now it shows like json tree and it is unable to copy json response properly) - Add an ability to view POST body in info section of networking - as for now it is possible to view only when you press copy cURL and take body from this copied string

memory usage is not showing anything

I am building a flutter app and I have added the appSpector plugin and configured it according to the example. But the memory usage and CPU usage are showing no variations.