Hi all
I already make App
I try submit my build
I upload my App iTunes by B4i and success
when I check my account in iTunes I see still process
after some munit app hide
I try upload succes but not submit in iTunes
can some help ?
thanks
I already make App
I try submit my build
I upload my App iTunes by B4i and success
when I check my account in iTunes I see still process
after some munit app hide
I try upload succes but not submit in iTunes
can some help ?
thanks
B4X:
#Region Project Attributes
#ApplicationLabel: ذكر
#Version: 1.4
'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
#iPhoneOrientations: Portrait
#iPadOrientations: Portrait
#Target: iPhone, iPad
#MinVersion: 9
#ATSEnabled: False
#PlistExtra: <key>UIFileSharingEnabled</key><true/>
#PlistExtra: <key>UIApplicationExitsOnSuspend</key><true/>
#PlistExtra: <key>UIViewControllerBasedStatusBarAppearance</key><false/>
#PlistExtra:<key>NSPhotoLibraryUsageDescription</key><string>Select a photo.</string>
#PlistExtra:<key>NSPhotoLibraryAddUsageDescription</key><string>Save photo in albums.</string>
#PlistExtra:<key>NSCameraUsageDescription</key><string>Taking a photo.</string>
' #PlistExtra:<key>NSMicrophoneUsageDescription</key><string>Record video.</string>
' #PlistExtra: <key>UIBackgroundModes</key><array><string>remote-notification</string></array>
' #Entitlement: <key>aps-environment</key><string>production</string>
#End Region