I’m trying to setup an app where the users may buy additional scenes with “in-app purchases” transactions.
So after the user finish the transaction, the scene is downloaded from the internet and saved into the system.DocumentsDirectory, where my storyboard should load them.
I’ve tried to load a test scene that I manually saved in the documents folder, but the simulator outputs a path related error, because I cannot use slashes in the path, and if replace the slashes with dots the path becomes invalid… seems like a dead end.
Can anyone cast some light on me? [import]uid: 123238 topic_id: 33290 reply_id: 333290[/import]