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

Plugin not working with Ionic 5 ? #73

Open
pawellesniowski opened this issue Feb 13, 2023 · 0 comments
Open

Plugin not working with Ionic 5 ? #73

pawellesniowski opened this issue Feb 13, 2023 · 0 comments

Comments

@pawellesniowski
Copy link

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!!

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

1 participant