Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 11 problems #178

Open
xale76 opened this issue Sep 11, 2017 · 3 comments
Open

iOS 11 problems #178

xale76 opened this issue Sep 11, 2017 · 3 comments

Comments

@xale76
Copy link

xale76 commented Sep 11, 2017

It seems that on iOS11 when user clicks on "rate" anything happens.
What's the problem?

this is my code (JS phonegap cordova)

AppRate.preferences = {
usesUntilPrompt: 1,
promptAgainForEachNewVersion: false,
inAppReview: true,
simpleMode: true,
storeAppURL: {
ios: 'xxxxxxx',
android: 'xxxxxxx'
},
customLocale: {
title: 'my tytle',
message: 'my message',
cancelButtonLabel: 'cancel',
laterButtonLabel: 'later',
rateButtonLabel: 'rate'

},

callbacks: {

onButtonClicked: function(buttonIndex){
  setAskVal( buttonIndex);
}

}
};

AppRate.promptForRating();


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@viking2917
Copy link
Contributor

I also could not get this to work on IOS 11 - see #182 for details.

By doing
inAppReview: false
my app was able to leave reviews, but it takes the user to the app store which is more work for them and less desirable.

@jmcrthrs
Copy link

#182 (comment)

@viking2917
Copy link
Contributor

yes - per @jmcrthrs link, it does in fact work on iOS 11 for me - the issue is that the submit button is greyed out when you have a development app, but after it's released in the app store, it works. Wildly counter-intuitive, but works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants