Closed SwedenJohansson closed 3 years ago
@SwedenJohansson Which version of XCode are you using? This should work without any issues.
You can even checkout the IOS build of the example app via https://pub.green/packages/in_app_review
Same thing happening to me. XCode 11.7 and I also did set target to 10.3.
@paulononaka Can you upgrade to XCode 12?
@SwedenJohansson @paulononaka Can either of you confirm that upgrading to XCode 12 fixed the issue?
Hi @britannio looks like it is working fine on XCode 12. Thank you very much.
Encountered an issue in when building for iOS:
SKStoreReviewController.requestReview(in: scene)
Error message:
My solution was to manually go into /Users/XXXXX/.pub-cache/hosted/pub.dartlang.org/in_app_review-2.0.1/ios/Classes/ and edit the file and remove "in: scene".
I have target delopyment set to 10.3.
Is there a better work around for this?