pushandplay / cordova-plugin-apprate

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

iOS- InAppReview popup for rating is taking device language. #320

Open Dimpy27 opened 2 years ago

Dimpy27 commented 2 years ago

We are setting below preference still getting Rating Popup with stars in Spanish.

simpleMode:true, storeAppURL: { ios: appDetails.appstoreURL, android: appDetails.playStoreURL}, showPromptForInAppReview:false, reviewType:{ ios:AppRateReviewTypeIos.InAppReview, android:AppRateReviewTypeAndroid.InAppBrowser}, customLocale:{message: 'Message'}

Even if we use useLanguage: 'es' in preference it will not change language of Rating Pop-up language in iOS.