In App Review
This plugin does use the iOS class SKStoreReviewController to open the inApp review popup available since iOS 10.3
This functionality only works on iOS devices
Cordovaの問題で困っていますか?

本格的なプロジェクトを構築している場合、トラブルシューティングに時間を費やす余裕はありません。Ionicのエキスパートが、保守、サポート、統合に関する公式サポートを提供しています。
インストール
Ionic Native Enterprise はIonic Teamが完全にサポートしメンテナンスしているプラグインを利用できます。 詳しくみる か、 エンタープライズプラグインに興味があれば 連絡ください
サポートしているプラットフォーム
- iOS
利用方法
React
Angular
import { InAppReview } from '@ionic-native/in-app-review/ngx';
constructor(private inAppReview: InAppReview) { }
...
this.inAppReview.requestReview()
.then((res: any) => console.log(res))
.catch((error: any) => console.error(error));