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

Add support for SKStoreReviewController for iOS 10.3+ #283

Merged
merged 2 commits into from Jun 4, 2017

Conversation

EpicDraws
Copy link
Contributor

Set useStoreReviewController to use the new review controller available
in iOS 10.3+

Set useStoreReviewController to use the new review controller available
in iOS 10.3+
Set useStoreReviewController to use the new review controller available
in iOS 10.3+
@EpicDraws
Copy link
Contributor Author

Addresses #278

@EpicDraws EpicDraws changed the title Master Add support for SKStoreReviewController for iOS 10.3+ Apr 1, 2017
@weepy
Copy link

weepy commented Apr 3, 2017

Is this working ? Quite interested in using it !

@alexfoxy
Copy link

any ideas if this is solid ?

@jigmelam
Copy link

good. Please check & merge soon.
Thanks so much!

iRate/iRate.m Outdated
//cancel action
if ([self showCancelButton])
float iOSVersion = [[UIDevice currentDevice].systemVersion floatValue];
if(self.useStoreReviewController && iOSVersion >= __IPHONE_10_3) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EpicDraws Would be smarter to check if respondToSelector instead of iOS version...

@cbess
Copy link

cbess commented Jun 4, 2017

@nicklockwood Will this be merged into the codebase?

@JulesMoorhouse
Copy link

+1

@nicklockwood nicklockwood merged commit f281605 into nicklockwood:master Jun 4, 2017
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

Successfully merging this pull request may close these issues.

None yet

8 participants