-
Notifications
You must be signed in to change notification settings - Fork 136
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
Conversation
Source/Armchair.swift
Outdated
@@ -1703,23 +1737,19 @@ open class Manager : ArmchairManager { | |||
#endif | |||
|
|||
private func hideRatingAlert() { | |||
#if os(OSX) |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
cb0bfd5
to
b3bd6ec
Compare
There was a problem hiding this 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.
Source/Armchair.swift
Outdated
@@ -1703,23 +1737,19 @@ open class Manager : ArmchairManager { | |||
#endif | |||
|
|||
private func hideRatingAlert() { | |||
#if os(OSX) |
There was a problem hiding this comment.
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.
Alright, looks good, thanks! |
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 |
@MartinMoizard 👋 can you look into macOS demo issues? |
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