Hello Team,
We are trying to upload MacOS app generated using electron-builder but we are getting following issue:
“ERROR ITMS-90283: “Invalid Provisioning Profile. The provisioning profile included in the bundle com.. [com...pkg/Payload/MyAppName.app] is invalid. [Invalid ‘com.apple.application-identifier’ entitlement value.] For more information, visit the macOS Developer Portal.””
We have enrolled the certificates from Apple developer account.
- 3rd Party Mac Developer Application certi
- 3rd Party Mac Installer certi
- Developer ID application certi
- Developer ID Installer certi
- Mac Developer certi
We have generated the Mac_OS_Distibution_Provision_Profile using bundle ID: “com..” and kept the following entitlement values in entitlements.mas.plist file:
<?xml version="1.0" encoding="UTF-8"?>
com.apple.security.app-sandbox
com.apple.security.cs.allow-jit
com.apple.security.cs.allow-unsigned-executable-memory
com.apple.security.cs.allow-dyld-environment-variables
com.apple.security.cs.disable-library-validation
com.apple.security.device.camera
com.apple.security.device.microphone
com.apple.security.device.audio-input
com.apple.security.files.user-selected.read-only
com.apple.security.files.downloads.read-write
com.apple.security.files.user-selected.read-write
com.apple.application-identifier
*.com..
com.apple.developer.team-identifier
************
com.apple.security.files.all
We even contacted Apple support but couldn’t get it resolved. Are there any mistakes we might be doing while following steps to create and upload MacOS build of electron.
1 post - 1 participant
Read full topic