UrbanApps / Armchair

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

"Write a Review" doesn't work in SKStoreProductViewController #46

Open JagCesar opened 8 years ago

JagCesar commented 8 years ago

Hey,

When I tap "Write a Review" in SKStoreProductViewController nothing happens. Seems I'm not the only one having this issue. Is this something you're aware of?

screen shot 2016-04-20 at 11 04 40

deepmode commented 8 years ago

I have the same problem too when tapping on the "Write a review", nothing happen.

coneybeare commented 8 years ago

Are you on a beta iOS or Xcode build, a development app or something else not official?

deepmode commented 8 years ago

It happened in the release built. To work around, I set this Armchair.opensInStoreKit(false) to make it working.

coneybeare commented 8 years ago

yes release build, but if your device is running a beta version of the OS, apple will not let you review.

deepmode commented 8 years ago

My device is not running the beta version of iOS. Tested on several iOS device, same thing happened. :(

coneybeare commented 8 years ago

ok, then it looks like the bug has not been fixed by Apple yet. I wasn't aware there was an issue, so thanks for pointing that out.

jlaws commented 8 years ago

Thanks @deepmode that fixed it for me. Before I added the Armchair.opensInStoreKit(false) all my users got was a grey screen...