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.
Enable this option in capabilities when you build the app (.ipa)
Enable this option in capabilities when you build the app (.ipa)
Thanks Sathya
Does this also work if you want to set the UIFileSharingEnabled to False? Just by making the little bar set to not available to the left? Please let me know. @Sathya Prasad
Yep, the toggle is used to switch File Sharing between true and false.
Hello, Hannah.
I am using the AppStudio Basic License and the cloud build mode to create a MapTour App. All is well, and the app is approved on the Google Play Store. The problem is, that the iTunes Connect platform, where I try to upload the .ipa build, rejects it, stating "please set the UIFileSharingEnabled key in the Info.plist to false". I am not able to do this in Basic License mode. Does this mean that the cloud AppStudio builder sets by default this key to "TRUE". How can this be changed to "FALSE"? Does this mean, that every cloud build of MapTour app cannot be uploaded to iTunes Connect platform because of this setting?
Thank you very much for your response.
Thank you for noticing this, we have resolved this issue internally and this fix is now available for the map tour template. Save the app again on the website for the changes to take effect.
Hello, Sathya.
Thank you for your efforts to resolve this. However, I rebuilt the App using the cloud-based App Builder (AppStudio for ArcGIS BASIC license), and when submitted the app to the Apple Store for review, the same rejection answer appears:
__________________________________________________
Hey check my detailed comment in this thread: https://community.esri.com/thread/197104-does-uifilesharingenabled-need-to-be-set-to-true-for-quick-...