Hi all.
I'm using App Studio and am wanting to enable the ability to sideload files onto an iOS device via iTunes.
I found the following link:
https://wiki.qt.io/Support_for_iOS
which indicates needing to add the following to the Info.plist that qmake creates:
<key>UIFileSharingEnabled</key>
<string>YES</string>
Anyone have any idea how I go about doing this?
cheers,
Paul
Solved! Go to Solution.
Paul,
I can tell you how to do this with the SDK, but I am not sure on the technical details with AppStudio
I recommend you post this same question in the AppStudio space (or in the Beta Community forum), and someone should be able to assist you there.
Thanks,
Luke
Paul,
I can tell you how to do this with the SDK, but I am not sure on the technical details with AppStudio
I recommend you post this same question in the AppStudio space (or in the Beta Community forum), and someone should be able to assist you there.
Thanks,
Luke
Thanks Luke, will do.
(Rather silly - I 'd hadn't realized that there was an App Studio space on Geonet - I think because I had searched for "App Studio" with a space and nothing came up!)
Have posted there and on the beta forum.
cheers,
-Paul