nicklockwood / iRate

[DEPRECATED]
http://charcoaldesign.co.uk/source/cocoa#irate
Other
4.1k stars 734 forks source link

Make the new StoreKitReview compatible with iOS 10.x and Xcode 8.x #294

Closed selim1377 closed 7 years ago

selim1377 commented 7 years ago

Define STOREKIT_REVIEW_AVAILABLE flag to indicate whether SKStokeReviewController exists for lower versions of XCode. Boolean flag useSKStoreReviewControllerIfAvailable is also removed because without SKStokeReviewController this is flag is meaningless.

akovalov commented 7 years ago

useSKStoreReviewControllerIfAvailable has no effect in latest version 1.12.1, because property is not used in promptForRating function