You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason it isn't working on Android for detecting the installed Facebook app on the device. The test fails every time, even though the FB app is installed?
For some reason it isn't working on Android for detecting the installed Facebook app on the device. The test fails every time, even though the FB app is installed?
constructor(private appAvailability: AppAvailability) {
this.appAvailability.check('com.facebook.katana').then(
() => { // success callback
console.log('TEST success: com.facebook.katana');
},
() => { // error callback
console.log('TEST error: com.facebook.katana');
}
);
}
The text was updated successfully, but these errors were encountered: