Open JagCesar opened 8 years ago
I have the same problem too when tapping on the "Write a review", nothing happen.
Are you on a beta iOS or Xcode build, a development app or something else not official?
It happened in the release built. To work around, I set this Armchair.opensInStoreKit(false) to make it working.
yes release build, but if your device is running a beta version of the OS, apple will not let you review.
My device is not running the beta version of iOS. Tested on several iOS device, same thing happened. :(
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.
Thanks @deepmode that fixed it for me. Before I added the Armchair.opensInStoreKit(false) all my users got was a grey screen...
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?