Reloading an SKScene or View to remove iAd after In App Purchase
问题 I've successfully removed iAds from my Sprite Kit game after an In App Purchase, but the problem is that the app needs to be restarted for the ads to stop showing. This leads me to believe that the view or scene needs to be refreshed/reloaded somehow (I've tried so many ways) for the iAds to disappear after the In App Purchase is made. The In App Purchase is made in a separate class called PurchasedViewController which I present modally. Currently, I'm trying to send a notification after the