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

Open
opened 2025-12-29 18:28:25 +01:00 by adam · 7 comments
Owner

Originally created by @JagCesar on GitHub (Apr 20, 2016).

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

Originally created by @JagCesar on GitHub (Apr 20, 2016). Hey, When I tap "Write a Review" in `SKStoreProductViewController` nothing happens. [Seems I'm not the only one having this issue](https://forums.developer.apple.com/thread/11364). Is this something you're aware of? ![screen shot 2016-04-20 at 11 04 40](https://cloud.githubusercontent.com/assets/923548/14669107/b9eeb27e-06e7-11e6-9286-4f09f7ef6f2a.png)
Author
Owner

@deepmode commented on GitHub (Apr 20, 2016):

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

@deepmode commented on GitHub (Apr 20, 2016): I have the same problem too when tapping on the "Write a review", nothing happen.
Author
Owner

@coneybeare commented on GitHub (Apr 21, 2016):

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

@coneybeare commented on GitHub (Apr 21, 2016): Are you on a beta iOS or Xcode build, a development app or something else not official?
Author
Owner

@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.

@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.
Author
Owner

@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.

@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.
Author
Owner

@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. :(

@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. :(
Author
Owner

@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.

@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.
Author
Owner

@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...

@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...
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Armchair#31