iOS Question Can't send Build on App Store

Emme Developer

Well-Known Member
Licensed User
Longtime User
Hi, i tried 3000 different things, but i don't know why i'm not able to send a build on App Store.
This is the error, i hope somebody can help me

B4X:
ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value 'dns-proxy' for key 'com.apple.developer.networking.networkextension' in 'Payload/B4iProject.app/B4iProject' is not supported."
 

Emme Developer

Well-Known Member
Licensed User
Longtime User
After found an answer on stack overflow, i solved the problem and uploaded the build. But now i'm another issue. I receive this email from Apple, so i'm not able to publish the update with this build

Dear developer,

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

Non-public API usage:

  • The app references non-public symbols in B4iProject: __NSSetLogCStringFunction


If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed.

If you think this message was sent in error and that you have only used Apple-published APIs in accordance with the guidelines, send the app's nine-digit Apple ID, along with detailed information about why you believe the above APIs were incorrectly flagged, to appreview@apple.com. For further information, visit the Technical Support Information page.

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

I usually got Missing Push Notification Entitlement, but i was able to upload the build..
 
Upvote 0
Top