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
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