From d95ae68c9cf971101e1cb28111a54415be98fc53 Mon Sep 17 00:00:00 2001 From: jdgeier Date: Fri, 1 Dec 2017 20:57:29 -0700 Subject: [PATCH] fix(app-rate): change openStoreInApp to inAppReview (#2097) --- src/@ionic-native/plugins/app-rate/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/app-rate/index.ts b/src/@ionic-native/plugins/app-rate/index.ts index 6fbaa6e12..6eb6b2cb6 100644 --- a/src/@ionic-native/plugins/app-rate/index.ts +++ b/src/@ionic-native/plugins/app-rate/index.ts @@ -31,7 +31,7 @@ export interface AppRatePreferences { /** * leave app or no when application page opened in app store (now supported only for iOS). Defaults to `false` */ - openStoreInApp?: boolean; + inAppReview?: boolean; /** * use custom view for rate dialog. Defaults to `false`