pushandplay / cordova-plugin-apprate

This plugin provide the "rate this app" functionality into your Cordova/Phonegap application
Apache License 2.0
300 stars 190 forks source link

Doesn't work with Ionic 4. #291

Open sevkonline opened 3 years ago

sevkonline commented 3 years ago

Hello, I can't run the plugin with ionic 4. Can you please help?

sevkonline commented 3 years ago

TypeError: Cannot read property 'setPreferences' of undefined

Jay031 commented 3 years ago

TypeError: Cannot read property 'setPreferences' of undefined

You have to update the @ionic-native/app-rate to let the Typings know that the setPreferences function exists. Try this in your package.json and run npm install

"@ionic-native/app-rate": "^5.33.0"