-
Notifications
You must be signed in to change notification settings - Fork 101
Instabug.invoke() doesn't seem to work on Android. #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @booboothefool, |
@DevHossamHassan Sorry, but it seems like there's more to it!
^ This actually works. Sorry, I didn't test it earlier. I was actually doing this and figured the behavior would be the same:
^ For some reason, when using an Alert to invoke, it will not show. Not a big deal however, as I could do without the Alert and just invoke from button. This does work in iOS, however. |
Hi, so I discovered the issue is not Alert. It's that I need to call invoke twice for some reason e.g.
So in my app, user needs to press button twice. |
I'm seeing the same issue. |
Hello @seantimm, |
🎨 generalize build.gradle to allow the use of the root project's config
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Uh oh!
There was an error while loading. Please reload this page.
I am able to get the floating button to work, but I would like to use my own button with
Instabug.invoke()
. When called, the prompt options doesn't appear. This is only on Android. iOS is working great.^ Floating blue button appears, pressing it shows the prompt options.
but
then
^ Nothing appears when button is pressed. (Same button works on iOS).
If I understood the setup instructions correctly, iOS requires
Instabug.startWithToken(Config.INSTABUG_TOKEN_IOS, Instabug.invocationEvent.none)
, but Android does not (and the floating button works anyway, just not the manual invoke).The text was updated successfully, but these errors were encountered: