To begin with i will start by congratulating Qt4iOS for the latest update!
The problem that i am having which unfortunately i can’t solve it on my own is the following:
I am using the latest version of Qt4iOS with the iOS plugin, using XCode 4.5 and targeting a iPod Touch (4th generation) with software version 6.0
I am porting an application which makes use of the sensors of the phone. Till now i am able to compile successfully the application, deploy and run it. But when i try to start any sensor, it just fails to do it returning false from the start function of any sensor.
Apart from that i have updated the “Required device capabilities” in the .plist to include the accelerometer etc. but still now luck.
And a second question, is the QDesktopServices::openUrl able to open and show an image that is locally stored lets say at the /Documents folder of the application? Opening a http Url works fine but any call to file:// content fails.
Any idea?
Thank you very much in advance!
↧