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
0
votes
1 answer

React Native: How do I completely remove Instabug?

I recently removed Instabug from my React Native 0.53.3 project, but when I run react-native run-ios I get a build failure: ld: framework not found Instabug clang: error: linker command failed with exit code 1 (use -v to see invocation) ** BUILD…
Daniel
  • 14,004
  • 16
  • 96
  • 156
0
votes
1 answer

Instabug instance is never destroyed [Android]

In my onCreate method, I've initialized Instabug following the steps on the official docs. If I invoke Instabug, it is never destroyed, even after my app is. The dialog appears and whether or not I submit a bug, I can see a separate Instabug…
0
votes
1 answer

I need to initialize the Application class based on the environment the user is logging into, Live or Beta?

I am integrating Instabug into an Application, and Instabug needs to be initialized in the Application class. But, The Environment(Live or Beta) the user is logging in will only be known once the user logs in. And Instabug integration requires you…
0
votes
1 answer

InstaBug 4.12.1 not recording crashes on Android

We're using the 4.12.1 version of the InstaBug SDK and set up the SDK according to their official documentation. All the other features are functional(bug report, improvement report, video capture, chat, surveys) but the crash reporting feature is…
Mike
  • 4,550
  • 4
  • 33
  • 47
0
votes
1 answer

missing dSYM files for Instabug

I've inherited a project with several linked frameworks by virtue of gitmodules. For crash tracking we use Instabug. It keeps asking me for symbol files that I can't find. Note that I did manage to get some of the dSYM files from iTunes Connect. An…
meowmeowmeow
  • 713
  • 7
  • 17
0
votes
2 answers

ionic v1 instabug or other bug reporting service for a hybrid app

so my friends and i are on the final weeks of development for our application. What we are looking for is a bug/issue reporting system that could take our users from our app to a webpage were they can report a bug. ideally it would be a service that…
0
votes
1 answer

Instabug Cordova Plugin crashing on network change

I am using the Cordova Instabug plugin: https://github.com/elizabethrego/cordova-plugin-instabug Everything is working well, except for when the network state of the device changes. The app basically just crashes. I am getting the following…
Alex
  • 2,651
  • 2
  • 25
  • 45
0
votes
1 answer

Instabug 3 Android Builder crash (NullPointerException)

I recently updated my production Android app from Instabug 2.5.1 to 3.1.1. Since then, I have been getting consistent crash reports on Fabric caused by a NullPointerException in InstabugFeaturesManager for phones ranging from Android 4-6. I haven't…
Jacob Muchow
  • 143
  • 1
  • 7
0
votes
1 answer

Swift 2.3, how to report error to Instabug?

Integrated Instabug with my swift 2.3 application, but seen the error reporting api of Instabug accepting NSException as following, Instabug.reportException(e) But in swift 2.3, I am getting NSError instance within catch block. do { } catch let…
0
votes
1 answer

Invoking Instabug won't work on Activities without a MapView once a MapView has been added

It is not possible to invoke Instabug on other Activities than the one we use the MapView for once Googles MapView has been added. Setting up Instabug looks like this: if (BuildConfig.DEBUG) { new Instabug.Builder(this, "TOKEN") …
dng
  • 173
  • 11
0
votes
1 answer

How do I add Android to an iOS application in the Instabug admin pages?

I currently have an instabug application set up to monitor our iOS app. I can create a new application and select both iOS and Android there, but I don't see an option to start tracking Android from our existing iOS application. How can I add…
Webdevotion
  • 1,223
  • 13
  • 24
0
votes
1 answer

Instabug Compilation Error in Gradle Build Tools ver 2+

Since increasing the build gradle tools version to version 2 aboves, I've experience a lot of compilation error in Android Studio(more than 500). The weird things is, the project is still runnable, and function properly. Error:warning: Ignoring…
fchristysen
  • 208
  • 1
  • 10
0
votes
1 answer

Not able to upload build on iTunes because of instabug

I am using Appcelerator instabug module 1.1.1 for my project. But when I am going to upload this build to iTunes (For test) it throwing this error. I googled lot but didn't get solution. Also I tried by removing instabug file from…
Pravin Bhapkar
  • 463
  • 1
  • 5
  • 15
0
votes
1 answer

Instabug not sending attachements

I changed to instabug v2 from v1 recently and I do not get my attachments anymore. this is how I initialise: try { instabug = new Instabug.Builder(this, "API_KEY") .setDebugEnabled(true) …
rosu alin
  • 5,674
  • 11
  • 69
  • 150
0
votes
2 answers

Instabug Attempt to invoke virtual method 'void android.app.Dialog.dismiss()' on a null object reference

Getting crashes inside Instabug on Android app. This is from the store version of the app so I do not have steps to reproduce. Thank you! java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.Dialog.dismiss()' on a…
lcomstock
  • 11
  • 3