ohh2ahh / AppAvailability

This Cordova / PhoneGap plugin allows you to check if an app is installed.
229 stars 116 forks source link

Plugin not working with Ionic 5 ? #73

Open pawellesniowski opened 1 year ago

pawellesniowski commented 1 year ago

Plugins were installed and added to the module. The code from the documentation does not work.

this.appAvailability.check(userDocument.appId)
      .then((yes) => {
        console.log('BANG YES');
      }, (no) => {
        console.log('BANG NO!!');
      });

Error in emulator console: **ERROR Error: Uncaught (in promise): [object String]**

Can you please advise? Thank you!!