I have a menu scene where the user can purchase the full content of the app through iAP. How do I reload the scene after a successful purchase/restore to show the full content? Right now I have to navigate to another scene and then back to the menu to be able to see the changes.
Right now I try to use the following after the purchase/restore returns success
local currScene = composer.getSceneName( "current" ) composer.gotoScene( currScene )