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

instabug crashes when activity opened

Here's the beginning of the stacktrace: Fatal Exception: java.lang.NoClassDefFoundError: android.support.v7.internal.view.SupportMenuInflater at com.instabug.library.InstabugFeedbackActivity.onViewCreated(InstabugFeedbackActivity.java:123) at…
Todd Hodes
  • 31
  • 4
0
votes
0 answers

Instabug dismiss intro dialog after a couple of seconds

This is how I initiate instabug: Instabug.DEBUG = true; instabug = Instabug.initialize(this) .setAnnotationActivityClass(InstabugAnnotationActivity.class) .setShowIntroDialog(true, PSTimelineActivity.class) …
rosu alin
  • 5,674
  • 11
  • 69
  • 150
0
votes
0 answers

Unable to start activity android.view.InflateException: Binary XML file line #14: Error inflating class fragment

I realize that there are a lot of questions with titles similar to this one, but I think my problem is one that has not yet been addressed. I have an existing Android application that is entering the intensive beta-testing phase. To that end, I am…
mbm29414
  • 11,558
  • 6
  • 56
  • 87
0
votes
1 answer

How to initialize instabug for android?

I have added compile com.instabug.library:instabugsupport:1+ to dependency in build grade and synced with gradle files, added Instabug.initialize(this, "your_app_token_here"); after setcontentview in my MainActivity. However this is being…
0
votes
1 answer

Instabug shake event not working

I have implemented Instabug in my application from here and integrate it perfectly and its all functionalities are working perfectly other then shake event. public class VapeMail extends Application { @Override public void onCreate() { …
Furqan Ali
  • 137
  • 2
  • 13
0
votes
1 answer

How can I know when InstaBug is being called, so I can make a archive

I have some log files in my application, and I want to make a zip file with this logs, and send it via Instabug, when I shake my phone and press on "Report a Bug" or "Send Feedback". This is the code from my Application: Instabug.initialize(this) …
rosu alin
  • 5,674
  • 11
  • 69
  • 150
-1
votes
1 answer

instabug text alignment wrong

I recently installed the instabug sdk (8.0.0), and when I run my app with the sdk , some of the textviews with text alignment end, now appears aligned to left. There is something in instabug that change app the styles ?
Jvaq
  • 1
-1
votes
1 answer

Can Instabug and HockeyApp run simultaneously within an iOS/Android App

The Title states the question. Wondering if these two crash reporting software entities are able to run simultaneously.
KING
  • 938
  • 8
  • 26
-1
votes
2 answers

Instabug error:- Manifest merger failed : Attribute activity#com.instabug.library.InstabugFeedbackActivity@windowSoftInputMode

I am using Instabug with URBAN AIRSHIP getting the following error Error:Execution failed for task ':app:processReleaseManifest'. Manifest merger failed : Attribute activity#com.instabug.library.InstabugFeedbackActivity@windowSoftInputMode…
Sophia
  • 1,046
  • 1
  • 12
  • 15
1 2 3
4