iOS Question Apple Connect and UIFileSharingEnabled key

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
Hi,
i'm trying to publish my app and i have a problem.
Apple tell me:

Your app has the UIFileSharingEnabled key set to true in the Info.plist, but we were not able to share files from your app.

This key is not present in my code and default is FALSE.
I tried also to put this instruction:
#PlistExtra: <key>UIFileSharingEnabled</key><false/>
but apple connect sedend me the app with same error.

My Proect Attributes are:

#Region Project Attributes
#ApplicationLabel: Decoro
#Version: 1.0.5
'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
'#iPhoneOrientations: Portrait, LandscapeLeft, LandscapeRight
'#iPadOrientations: Portrait, LandscapeLeft, LandscapeRight, PortraitUpsideDown
#iPhoneOrientations: Portrait
#iPadOrientations: Portrait
#PlistExtra:<key>NSLocationWhenInUseUsageDescription</key><string>Used to display the current navigation data.</string>
#PlistExtra:<key>NSLocationUsageDescription</key><string>Used to display the current navigation data.</string>
#PlistExtra:<key>NSAppTransportSecurity</key><dict><key>NSAllowsArbitraryLoads</key><true/></dict>

#PlistExtra:<key>NSPhotoLibraryUsageDescription</key><string>Select a photo.</string>
#PlistExtra:<key>NSCameraUsageDescription</key><string>Taking a photo.</string>
#PlistExtra:<key>NSMicrophoneUsageDescription</key><string>Record video.</string>
#ATSEnabled: False


'#ProvisionFile: Development.mobileprovision
#CertificateFile: ios_development.cer
#ProvisionFile: ComuneDecoroso.mobileprovision
#If RELEASE
#CertificateFile: ios_distribution.cer
#ProvisionFile: buche.mobileprovision
#END IF

#End Region


Someone can help me?
Thx
Marco
 

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
Sorry but doesn't work. Apple continue to reject my app
My Project attributes are now:

#Region Project Attributes
#ApplicationLabel: Decoro
#Version: 1.0.7
'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
'#iPhoneOrientations: Portrait, LandscapeLeft, LandscapeRight
'#iPadOrientations: Portrait, LandscapeLeft, LandscapeRight, PortraitUpsideDown
#iPhoneOrientations: Portrait
#iPadOrientations: Portrait
#PlistExtra:<key>NSLocationWhenInUseUsageDescription</key><string>Used to display the current navigation data.</string>
#PlistExtra:<key>NSLocationUsageDescription</key><string>Used to display the current navigation data.</string>

#PlistExtra:<key>NSPhotoLibraryUsageDescription</key><string>Select a photo.</string>
#PlistExtra:<key>NSCameraUsageDescription</key><string>Taking a photo.</string>
#PlistExtra:<key>NSMicrophoneUsageDescription</key><string>Record video.</string>
#ATSEnabled: True


'#ProvisionFile: Development.mobileprovision
#CertificateFile: ios_development.cer
#ProvisionFile: ComuneDecoroso.mobileprovision
#If RELEASE
#CertificateFile: ios_distribution.cer
#ProvisionFile: buche.mobileprovision
#END IF

#End Region

Same error:

Your app has the UIFileSharingEnabled key set to true in the Info.plist, but we were not able to share files from your app.

Other solutions?
Thx
Marco
 
Upvote 0

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
A .zip file with the new proect is here.
https://wetransfer.com/downloads/2b...cc480cfb33b3dbec8d1045d020170427085351/ee3b33
https://wetransfer.com/downloads/2b...cc480cfb33b3dbec8d1045d020170427085351/ee3b33
I deleted all modules exept main.

I made these steps:

-Build release app (new version number)
-Download last build
-Upload app to iTunes Connect

All steps sre succesfully completed

Thx
Marco

[URL='https://wetransfer.com/downloads/2bcbf9a4fd38a23a11cd42d6cba56a3b20170427085351/90d708becc480cfb33b3dbec8d1045d020170427085351/ee3b33'][/URL]
 
Upvote 0

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
I don't submit it to review
I only made upload on B4I/Upload app to iTunes Connect
I get the reject message only when i press
upload_2017-4-27_15-23-34.png

on iTunes connect (some hours later)

Have I to send the App for review?
 
Upvote 0

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
After 12 days of built and reject Apple called me by phone and told me that UIFileSharing is TRUE. AGAIN.
I realized they are using an old version (They sent me a screenshot with old solved issue).
I think now the problem is here.
How can i be sure that they works on my last version of APP?
Thanks
Marco
 
Upvote 0
Top