Open pawellesniowski opened 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]**
**ERROR Error: Uncaught (in promise): [object String]**
Can you please advise? Thank you!!
Plugins were installed and added to the module. The code from the documentation does not work.
Error in emulator console:
**ERROR Error: Uncaught (in promise): [object String]**
Can you please advise? Thank you!!