Swift SKStoreReviewController error

I have implemented a new SKStoreReviewController in my application using SKStoreReviewController.requestReview ()

The problem is that sometimes after clicking the Not Now button in the browse controller, I get the error below.

[SKRemoteReviewViewController release]: message sent to deallocated instance

      

I know it has something to do with SKStoreReviewController, but I don't know how to fix it. Any ideas?

+3


source to share





All Articles