Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每次我调用 SKStoreReviewController.requestReview() 时,整个模拟器都会冻结并变得无响应。我总是从主线程调用它,但每次都有同样的问题。我在 iOS 12.1.4 上使用 iPhone XS 模拟器。
在经历了很多挫折之后,事实证明只有模拟器的那个实例由于某种原因而出故障了。
在设备和任何其他模拟器上尝试都没有问题。模拟器的快速(请原谅双关语)硬件重启为我解决了这个问题。