mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
"Write a Review" doesn't work in SKStoreProductViewController #31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JagCesar on GitHub (Apr 20, 2016).
Hey,
When I tap "Write a Review" in
SKStoreProductViewControllernothing happens. Seems I'm not the only one having this issue. Is this something you're aware of?@deepmode commented on GitHub (Apr 20, 2016):
I have the same problem too when tapping on the "Write a review", nothing happen.
@coneybeare commented on GitHub (Apr 21, 2016):
Are you on a beta iOS or Xcode build, a development app or something else not official?
@deepmode commented on GitHub (Apr 21, 2016):
It happened in the release built.
To work around, I set this Armchair.opensInStoreKit(false) to make it working.
@coneybeare commented on GitHub (Apr 21, 2016):
yes release build, but if your device is running a beta version of the OS, apple will not let you review.
@deepmode commented on GitHub (Apr 21, 2016):
My device is not running the beta version of iOS. Tested on several iOS device, same thing happened. :(
@coneybeare commented on GitHub (Apr 21, 2016):
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 on GitHub (May 17, 2016):
Thanks @deepmode that fixed it for me. Before I added the Armchair.opensInStoreKit(false) all my users got was a grey screen...