I have created an English app for children using hype that has an HTML Widget containing a link to an externally hosted Captivate quiz. The quiz is simple and runs perfect within the exported Hype app in the browser and as a web app on the iPad.However after wrapping the Hype file in Xcode and running it in test-flight the external quiz doesn’t work. I have a feeling i need to place the quiz resources in the Xcode project before exporting from there but dont know where to start with that problem. Has anyone ever tried to do something similar using Hype/Captivate/Xcode?
Do you see any errors in Xcode’s console? Off the top of my head you may be hitting an issue with the security of the connection – is the Captivate quiz loaded over https?
No errors in Xcode and yes the quiz is hosted on one of my servers and loaded without any certificate protection thanks for the clue, might buy a cert and try that, cheers Daniel.
Thanks for taking the time to reply Daniel. I ran the code using the iPad 2 simulator for ver (9.2) and still no joy. The Hype project is working perfectly just no external HTML Widget content will come in for me. This is an Xcode issue I feel
No just using http I will move the content over to https server and upgrade. Thanks again will let you know if it works, quite new to Xcode so appreciate any help I can get !