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() {
super.onCreate();
Instabug.initialize(this, Constants.INSTABUG_ID)
.setShowIntroDialog(true, MainActivity.class)
.setInvocationEvent(Instabug.IBGInvocationEvent.IBGInvocationEventShake);
}
}
I have checked all possibilities by changing thresh hold value but shaking option of instabug not responding any thing. Other then shaking all other events like IBGInvocationEventTwoFingersSwipeLeft
and IBGInvocationEventFloatingButton
are working and responding correctly but why the shaking event is not responding. I have followed all steps given on the website of instabug but nothing is happened when I shake my device. I checked my shake sensors also they are working perfectly.
Any help would be appreciable thanks.
There is no conflict in the documents. It is all about which SDK version that's being used. I recommend that you use the latest version. Here is the latest documentation.
You can talk to Instabug team anytime from here, and they will always help.