Skip to content
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

Bug reporting by screenshot invocation isn't working for targetSdkVersion less than 30 #441

Open
wangbax opened this issue Dec 20, 2022 · 3 comments

Comments

@wangbax
Copy link

wangbax commented Dec 20, 2022

Steps to Reproduce the Problem

  1. Change Sample build.gradle targetSdkVersion less than 30 (eg: 29, 28, 26)
  2. Run app
  3. Take a screenshot

Expected Behavior

Show Instabug dialog

Actual Behavior

Nothing happend

Instabug integration code

defaultConfig {
    applicationId "com.example.instabug"
    minSdkVersion 15
    targetSdkVersion 29
    versionCode 1
    versionName "1.0"
    multiDexEnabled true
    flavorDimensions "default"
    vectorDrawables.useSupportLibrary = true
}

SDK Version

11.6.0

Android Version

Android 12 & Android 13

Device Model

HUAWEI ANA-AN00 & Emulator

[Optional] Project That Reproduces the Issue

@yaraabdelhakiim
Copy link

Hi @wangbax, thank you for reaching out.
Can you please provide a sample app ?

@wangbax
Copy link
Author

wangbax commented Mar 27, 2023

@yaraabdelhakiim This example is also possible, just change thetargetSdkVersion to29

@Aento
Copy link

Aento commented Jan 23, 2024

Same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants