Questions tagged [instabug]

In-App Feedback and Bug Reporting for both iOS and Android apps.

Instabug is platform for mobile developers to help them communicate with their users, collaborate with their team and build better apps. By integrating the SDK with 1 line of code, you'll allow your mobile users and beta testers to report bugs and send feedback directly from your app by just shaking their device.

Instabug captures a screenshot of the app and allows your users and testers to draw to highlight exactly where the bug is. Instabug also captures all the details you need; device, OS, connectivity, console logs and even tracks the user's steps. You can have this report forwarded to your favourite tracking tool; JIRA, Butbucket, Github or CRM; Zendesk, Desk.com, etc..

For more info: https://instabug.com

54 questions
67
votes
7 answers

The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data

Got a build rejection The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data. The app does not use microphone. Or so I think. How do I track down where mic is…
Anton Tropashko
  • 5,486
  • 5
  • 41
  • 66
8
votes
2 answers

How to detect the current release track inside the android app?(Google Play Console)

I am planning to release my app to beta track before the prod. But I would like to enable in-app-bug reporting only for the beta users. Instead of creating two APKs(enabled in prod beta & disabled in prod), can I know programmatically from which…
Ponsuyambu
  • 7,876
  • 5
  • 27
  • 41
7
votes
1 answer

Instabug for Android build warning

We have a gradle project that contains 4 modules: 1 library module and 3 android apps. To build our apps we use circleCI. We have also disabled predex-ing for the circleCI builds following this guide. Everything was great until I added Instabug to…
Tudor Luca
  • 6,259
  • 2
  • 29
  • 44
6
votes
1 answer

Instabug Proguard issue

I have a problem including instabug library in an obfuscated project (all other third party libraries are ok). The error I get is following ( I know there have been other question about this error message, but my problem appears only with instabug,…
3
votes
0 answers

Is it possible to add Instabug / Crashlytics to Qt Android application?

I would like to understand if we can integrate Instabug or Crashlytics to an Android application developed using Qt 5.9.1. Also, will these tools be able to catch and report exceptions thrown in the C++ layer ?
3
votes
1 answer

Instabug Android SDK

I am using new Instabug.Builder(this, "MY_INSTABUG_KEY").setInvocationEvent(InstabugInvocationEvent.SHAKE).build(); On each shake, Instabug message appears even if it is already visible. How can I limit the appearance of Instabug message ie if one…
Ashish John
  • 1,867
  • 2
  • 23
  • 38
2
votes
2 answers

Android crash analytics, logging, exception tracking, usage, etc. bewildering array of options

I want to to use a service for crash reporting and I see that there are a few options Crashlytics, Instabug, Bugsnag, Bugfender, Splunk Mint, Visual Studio App Center, etc. I am cost constrained, so I don't want to spend a lot particularly at this…
2
votes
1 answer

cypress coverage doesn't work with vue-property-decorator

I wanna have code coverage on frontend with cypress. Currently cypress recommends istanbul for coverage. Unfortunately I can't use it in pair of the stack below: vue-property-decorator cypress istanbul code coverage. typescript. Because of: - I…
deathangel908
  • 8,601
  • 8
  • 47
  • 81
2
votes
0 answers

null is not an object (evalutating 'u.invocationEventNone') - Instabug + Expo Integration

I'm trying to integrate InstaBug for the first time but keep running into an error at app start-up. I'm currently running a detached Expo app. I've followed the setup instructions for my app, however, when running, I get the following error: null is…
skpdm
  • 1,378
  • 2
  • 15
  • 31
2
votes
1 answer

How can I use Instabug with older support library and Holo Theme

I want to use Instabug with older version of support library (appcompat-v7 / support-v4) because our application is not ready to use Material design. But when I use InstabugAppCompatActivity (or any other type) I get material design into my…
Warlock
  • 2,481
  • 4
  • 31
  • 45
2
votes
0 answers

iOS, Instabug view dismissal callback?

I have a game that uses the Instabug feedback form. I pause the game when they press the feedback button, then display the form. However, I'm having trouble determining when the user is finished interacting with the form. I don't believe that…
2
votes
0 answers

Instabug Crashed after shaking

I am developing a location based app, Implementing INSTABUG SDK in the app. But when i shake my iPhone the app crashes. Can anyone here help me please.. Spent 2 days with it?? Thanks In advance Below is my device console, at the time of…
Sundeep Saluja
  • 1,089
  • 2
  • 14
  • 36
1
vote
1 answer

Filter sensitive json fields in Retrofit 2 logging

I am using a custom Interceptor for Retrofit2 in order to log all request/response jsons with pretty format. The problem is this log is not only for local debugging purposes, but also is sent to Instabug (something like Crashlytics) to help debug…
PedroMVU
  • 83
  • 1
  • 6
1
vote
3 answers

Instabug screenshot with exoplayer shows blank screen

When take a screenshot from the exoplayer using Instabug bug reporting feature it shows blank screen although the video is working fine
Ahmed Ali
  • 785
  • 1
  • 8
  • 15
1
vote
0 answers

React Native - React-native link error while linking instabug-reactnative

Here's the packge I am using for bug reporting (I am following the install instructions from here). But when I run react-native link instabug-reactnative it gives me the following error. I followed some forums but none seemed to help. I guess the…
Shivam
  • 3,091
  • 4
  • 30
  • 45
1
2 3 4