iOS Question itunesconnect no build

majed2

Member
Licensed User
Hi,

I have problem with new build file with itunesconnect site it gave nothing new build and b4i (Upload App To iTunes Connect) working with success.

my build version is 1.1.2 and look attachment image there is no 1.1.2 version!!

please Help
 

Attachments

  • prob.png
    prob.png
    62.8 KB · Views: 198

majed2

Member
Licensed User
this operation take 5 minutes in Mac OS
I think problem in your server or Upload App To iTunes Connect integrated in B4i
please check it
 
Upvote 0

tufanv

Expert
Licensed User
Longtime User
this operation take 5 minutes in Mac OS
I think problem in your server or Upload App To iTunes Connect integrated in B4i
please check it
operation takes 5 minutes as you say but sometimes the sent binary is not visible until at least 4-5 hours pass.
 
Upvote 0

majed2

Member
Licensed User
thanks tufanv,
I already tried to waiting another copies (version 1.1.0 and 1.1.1) a few months ago nothing shown !!
 
Upvote 0

majed2

Member
Licensed User
Now, I received this message in the attachment image
tell me invalid Binary!!
 

Attachments

  • prob2.jpeg
    prob2.jpeg
    104.9 KB · Views: 183
Upvote 0

majed2

Member
Licensed User
Yes, It is

Dear developer,

We have discovered one or more issues with your recent delivery for "XXX XXX XXX". To process your delivery, the following issues must be corrected:

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.

Though you are not required to fix the following issues, we wanted to make you aware of them:

Missing Push Notification Entitlement - Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the "aps-environment" entitlement. Xcode 8 does not automatically copy the aps-environment entitlement from provisioning profiles at build time. This behavior is intentional. To use this entitlement, either enable Push Notifications in the project editor's Capabilities pane, or manually add the entitlement to your entitlements file. For more information, see https://developer.apple.com/library...s.html#//apple_ref/doc/uid/TP40008194-CH6-SW1.

Once the required corrections have been made, you can then redeliver the corrected binary.

Regards,

The App Store team
 
Upvote 0

tufanv

Expert
Licensed User
Longtime User
Yes, It is

Dear developer,

We have discovered one or more issues with your recent delivery for "XXX XXX XXX". To process your delivery, the following issues must be corrected:

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.

Though you are not required to fix the following issues, we wanted to make you aware of them:

Missing Push Notification Entitlement - Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the "aps-environment" entitlement. Xcode 8 does not automatically copy the aps-environment entitlement from provisioning profiles at build time. This behavior is intentional. To use this entitlement, either enable Push Notifications in the project editor's Capabilities pane, or manually add the entitlement to your entitlements file. For more information, see https://developer.apple.com/library...s.html#//apple_ref/doc/uid/TP40008194-CH6-SW1.

Once the required corrections have been made, you can then redeliver the corrected binary.

Regards,

The App Store team

you must add why you are using those. Add these two lines :

and change the value between strings if needed



B4X:
#PlistExtra:<key>NSCameraUsageDescription</key><string>Taking a photo.</string>
#PlistExtra:<key>NSPhotoLibraryUsageDescription</key><string>Select your photo.</string>
 
Upvote 0
Top