dpa99c / cordova-launch-review

Cordova/Phonegap plugin for iOS and Android to assist in leaving user reviews/ratings in the App Stores
71 stars 26 forks source link

Rating dialog requires iOS 10.3+ #1

Closed Bhavik-P closed 7 years ago

Bhavik-P commented 7 years ago

Receiving "Rating dialog requires iOS 10.3+" error when calling the LaunchReview.rating() function on a iOS device running 10.3.1.

dpa99c commented 7 years ago

Are you building the app with XCode 8.3?

As well as running on a device with iOS 10.3, the app must be built with XCode 8.3 which includes the new functionality in the iOS 10.3 SDK.

You can see from the code that iOS 10.3 SDK is required for this functionality to work.

Bhavik-P commented 7 years ago

I believe the build was not on XCode 8.3 so I think that may have caused the error. I will build it on a new one and try to see if it fails.