iOS 11 Native review, "Submit" is not selectable
See original GitHub issueAfter 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
<bountysource-plugin>Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:10 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://stackoverflow.com/a/44258115
@jmcrthrs Amazing. Thanks for this info.
Apple should be documenting such stuff. Gives devs a big pain.