question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

iOS 11 Native review, "Submit" is not selectable

See original GitHub issue

After installing the apprate plugin, and attempting native app review, the Submit button is not selectable and no rating can be submitted.

Using the following installation step: cordova plugin add https://github.com/pushandplay/cordova-plugin-apprate.git

app code:

$ionicPlatform.ready(function() {
   if(typeof AppRate !== 'undefined') {
       AppRate.preferences.storeAppURL = {
   	ios: '<my tag here>',
   	android: 'market://details?id=<my tag here>'
       };
   }

      AppRate.promptForRating();
}

menu displays, I pick 4 out of 5 stars, and the submit button is greyed out and not selectable, as shown in screenshot.

Any idea what might be wrong?

This is Ionic V1, IOS 11 photo oct 11 11 20 26 am

<bountysource-plugin>

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

12reactions
jmcrthrscommented, Oct 23, 2017

It is only enabled after the app is downloaded from the app store. During development, or even release build, it is grayed out.

https://stackoverflow.com/a/44258115

4reactions
vivekpd15commented, Oct 23, 2017

@jmcrthrs Amazing. Thanks for this info.

Apple should be documenting such stuff. Gives devs a big pain.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why the SKStoreReviewController does not let me submit a ...
When you call this method in your shipping app and a rating/review request view is displayed, the system handles the entire process for...
Read more >
failed to prepare device for deplo… | Apple Developer Forums
In xCode Go into Window/Devices and Simulators. Select the device you are using · It will likely show that the Device is unavailable...
Read more >
Asking Customers for Ratings and Reviews from inside the ...
When you are in development, requesting a review will always show the review user interface, but you can't submit an actual review. When...
Read more >
How to build the perfect fastlane pipeline for iOS - Runway
If Ruby is not installed, follow their instructions here to install it. ... ready to upload to the App Store (and, optionally, submit...
Read more >
Requesting access to location in the background
You can now submit your app for feedback on location in the background access by completing the Location permissions declaration form in Play...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found