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

Improve iOS 10.3 review dialog support + documentation #112

Merged
merged 6 commits into from
Nov 10, 2017

Conversation

MartinMoizard
Copy link
Contributor

Hello,

This is a fork of #102 + I added the requested documentation.

I went ahead and did that because it only missed the documentation, and I think we can all benefit from this nice change.

@coneybeare let me know if I should change anything more.

Thanks

@@ -1703,23 +1737,19 @@ open class Manager : ArmchairManager {
#endif

private func hideRatingAlert() {
#if os(OSX)
Copy link
Member

Choose a reason for hiding this comment

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

Why was all this edited? It still needs to be split by iOS and OSX to properly handle Mac App implementations.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@coneybeare Good catch, I'll correct that.

Copy link
Contributor Author

@MartinMoizard MartinMoizard left a comment

Choose a reason for hiding this comment

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

Thanks for the review @coneybeare , I took into account your feedback. Let me know if it looks good for you now.

@@ -1703,23 +1737,19 @@ open class Manager : ArmchairManager {
#endif

private func hideRatingAlert() {
#if os(OSX)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@coneybeare Good catch, I'll correct that.

@coneybeare coneybeare merged commit a8c1dfd into UrbanApps:master Nov 10, 2017
@coneybeare
Copy link
Member

Alright, looks good, thanks!

@coneybeare
Copy link
Member

Just checked and you don't compile for Mac! please fix so that the Mac Example App compiles and works. Remember that SKStoreReviewController and store kit reviewing is not available for Mac, so all that logic needs to be contained in a compile-time #if os(iOS) block.

@iby
Copy link

iby commented Jan 9, 2018

@MartinMoizard 👋 can you look into macOS demo issues?

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.

3 participants