App bundles shared by the users don't have the necessary resources for different devices.
com.android.vending and com.google.android.feedback were used to check if the app was downloaded from Play or not.
Play Store has deprecated the intent that is required.
Update the code.
main.MainActivity.verifyInstallerId() is the finction that uses it. There might be more cases of its usage.
App bundles shared by the users don't have the necessary resources for different devices.
com.android.vendingandcom.google.android.feedbackwere used to check if the app was downloaded from Play or not.Play Store has deprecated the intent that is required.
Update the code.
main.MainActivity.verifyInstallerId()is the finction that uses it. There might be more cases of its usage.