UrbanApps / Armchair

A simple yet powerful App Review Manager for iOS and OSX in Swift
MIT License
1.2k stars 137 forks source link

Improve iOS 10.3 review dialog support + documentation #112

Closed MartinMoizard closed 7 years ago

MartinMoizard commented 7 years ago

Hello,

This is a fork of https://github.com/UrbanApps/Armchair/pull/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

coneybeare commented 7 years ago

Alright, looks good, thanks!

coneybeare commented 7 years ago

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 commented 6 years ago

@MartinMoizard 👋 can you look into macOS demo issues?