Hello all,
Please, be kind :) I am new to construct.
I just stumbled on a project that included a few construct games.
Ideally, I would like to include all the games in my iOS app, where I load all my other html/js games in a wkwebview.
After testing the games uploaded to a server, I tried to run them locally, so I can include them in my xcode project, but as you are already aware, I received the alert that games will not run locally.
Is there a way to accomplish what I would like? Have a folder with my game files in my app bundle that will load in my wkwebview so the user can play it?
I am trying to avoid including cordova into my project as that would complicate an already complex project even more.
Thank you for your time.