iOS Question ATS Error only on distribution

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
Hi,
i sent to iTunesConnect a new version of my App.
The only difference with previuos version is a defoult value of a variable.
Apple answer me with an error:
attachment-7238113421829749521Screenshot_0623_181443.png


This error doesn't appen in debug neither in Release App with developer certificate.
What nai I do to solve the error an what can I do to be sure it is solved.
If i can reproduce the error in test i have problems.....
Thanks
Marco

PS see my Region Project Attributes:

#Region Project Attributes
#ApplicationLabel: Decoro
#Version: 1.1.0
'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>
#PlistExtra: <key>UIFileSharingEnabled</key><false/>
#ATSEnabled: True
#PlistExtra: <key>NSAppTransportSecurity</key><dict><key>NSAllowsArbitraryLoads</key><true/>
#PlistExtra: <key>NSAllowsArbitraryLoadsInWebContent</key><true/>
#PlistExtra: </dict>

.#End Region
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top