-
Notifications
You must be signed in to change notification settings - Fork 117
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
[Android] [com.facebook.katana] Package manager has died #63
Comments
I can't help you without specifying the error. Don't forget to add "LSApplicationQueriesSchemes", see: |
When I try to check if the Facebook application is installed (com.facebook.katana) I get the following error, being that the App is installed:
This does not happen if I check another application, for example Instagram (com.instagram.android).
Device: Samsung J5 - Android 6.0
Cordova-android: 8.1.0
Cordova plugins:
Here my code:
appAvailability.check( 'com.facebook.katana', function(info) { }, function(error) { console.log(error); //error get "Package manager has died" } );
I have exhausted the alternatives I had at my disposal to solve it and I couldn't.
Someone could help me?
Thank you
The text was updated successfully, but these errors were encountered: