Code Signing https://developer.apple.com/forums/topics/code-signing-topic Demystify code signing and its importance in app development. Get help troubleshooting code signing issues and ensure your app is properly signed for distribution. New Capabilities Request Tab in Certificates, Identifiers & Profiles https://developer.apple.com/forums/thread/789176 You can now easily request access to managed capabilities for your App IDs directly from the new Capability Requests tab in Certificates, Identifiers & Profiles > Identifiers. With this update, view available capabilities in one convenient location, check the status of your requested capabilities, and see any notes from Apple related to your requests. Learn more about capability requests. Fri, 20 Jun 2025 18:21:45 GMT Code Signing Resources https://developer.apple.com/forums/thread/707080 General: Forums topic: Code Signing Forums subtopics: Code Signing > General, Code Signing > Certificates, Identifiers & Profiles, Code Signing > Notarization, Code Signing > Entitlements Forums tags: Code Signing, Signing Certificates, Provisioning Profiles, Entitlements Developer Account Help — This document is good in general but, in particular, the Reference section is chock-full of useful information, including the names and purposes of all certificate types issued by Apple Developer web site, tables of which capabilities are supported by which distribution models on iOS ... Mon, 06 Jun 2022 10:18:39 GMT Heart rate monitor watchOS app https://developer.apple.com/forums/thread/806255 Can’t get the live data from ppg sensor (se os 26.x) for 0 latency parsing of haptics per each pulse (heart beat). any help would be cool. b Tue, 04 Nov 2025 19:48:44 GMT Brianjwright App Packaging: bundle format unrecognized, invalid, or unsuitable https://developer.apple.com/forums/thread/806243 I am trying to package a Filemaker 18 Runtime app. A week ago, I managed to get 90% of the way towards doing as much, using MS Copilot as a guide. Unfortunately, due to my confusion over the landing stage files, I decided to start the process from scratch. This time, I fell at the first stage: Code Signing my .app Bundle. The Terminal command: codesign --deep --force --verify --verbose \ --sign "Developer ID Application: ME (V********)" \ "/Users/Me/Documents/Apps/MyApp/Runtime/MyApp/My App.app" Returned the error: /Users/Me/Documents/Apps/MyApp/Runtime/MyApp/My App.app: bundle format unrecogn... Tue, 04 Nov 2025 18:31:16 GMT LaraLor-Van How to use the WebAssembly (wasm) binary module in macos App https://developer.apple.com/forums/thread/805941 During the release of our macOS App, we encountered the following issue: We need to support dynamic code loading of WebAssembly (wasm) inside our App, mainly by loading WebAssembly (wasm) binary modules. We discovered a problem: a wasm file is neither an executable nor a bundle, so it cannot be code-signed. Since our App needs to pass notarization, we have not set the com.apple.security.cs.allow-unsigned-executable-memory entitlement. Without setting com.apple.security.cs.allow-unsigned-executable-memory, loading a wasm module results in an “unsigned code” error that causes the process to cras... Mon, 03 Nov 2025 02:05:47 GMT lx109989 Provisioning profile entitlements https://developer.apple.com/forums/thread/806186 Hi, I am developing a iOS app with Packet Tunnel Provider Network Extension. I manage signing manually. I created a distribution provisioning profile. Then when I archive and click "validate" I get this error: Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value 'url-filter-provider' for key 'com.apple.developer.networking.networkextension' So I run security cms -D -i profiles/vpn_distribution.mobileprovision and I see there <key>Entitlements</key> <dict> <key>c... Tue, 04 Nov 2025 13:23:27 GMT binarytwist iOS26 iOS26 NFCTagReaderSession cannot read NFCTagTypeISO7816Compatible https://developer.apple.com/forums/thread/806138 iPhone12 , iOS26 NFCTagReaderSession cannot read NFCTagTypeISO7816Compatible anymore Tue, 04 Nov 2025 09:45:44 GMT zxc-tk Determining if an entitlement is real https://developer.apple.com/forums/thread/799000 This issue keeps cropping up on the forums and so I decided to write up a single post with all the details. If you have questions or comments: If you were referred here from an existing thread, reply on that thread. If not, feel free to start a new thread. Use whatever topic and subtopic is appropriate for your question, but also add the Entitlements tag so that I see it. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = "eskimo" + "1" + "@" + "apple.com" Determining if an entitlement is real In recent months there’s been a spate of forums threads i... Tue, 02 Sep 2025 10:39:33 GMT App Packaging: Error: HTTP status code: 403 https://developer.apple.com/forums/thread/805098 Coming from Windows, I'm finding Mac app packaging farcically complicated, to the level of a Python sketch. I mastered Windows packaging, via Inno, in an hour or so, but it has taken me, on and off, the best part of a week to get to the point I am at with the Mac OS, and I'm nowhere near finished (rather, it hasn't finished with me). Every time I surmount one hurdle, another pops up, seemingly just for the jollies. I'm currently stuck at: 'Error: HTTP status code: 403. A required agreement is missing or has expired. This request requires an in-effect agreement that has not been signed or has e... Sat, 25 Oct 2025 13:07:23 GMT LaraLor-Van App ID Prefix Mismatch When Updating Old iOS App (2010) - "An App ID with Identifier is not available" https://developer.apple.com/forums/thread/805344 Hi all, I'm a solo iOS developer trying to update an app I released in 2010. My current Team ID is Q37598Q8GE, but the app's original App ID uses an old prefix, YHX995W43P. When I try to create a new App ID with the original Bundle ID (eu.andela.woordenes) to generate a new distribution provisioning profile, I get the error:An attribute in the provided entity has invalid value An App ID with Identifier 'eu.andela.woordenes' is not available. Please enter a different string. I understand this might be due to the old prefix from pre-2011, when Apple allowed multiple prefixes per account. I still... Mon, 27 Oct 2025 17:40:40 GMT PeterAndela Building SimpleAudioDriver example https://developer.apple.com/forums/thread/804191 Hi there, I am trying to build the Apple SimpleAudioDriver example but fail with codesign and/or provisioning. I would be ok for now with the local option, but XCode 16.4 doesn't show the option "build to run locally" (SIP is disabled). When using "Automatically manage signing" it ends in a "Please file a bug report". I found that having two different development teams tripped it up, so I deleted all certificates and keys and made sure to be only signed into one account in Xcode. Can anyone give advice? Thanks a ton! Here is the URL to the sample: https://developer.apple.com/documentation/core... Thu, 16 Oct 2025 09:42:23 GMT Daniel-W Building macOS apps with Xcode 26 on macOS 26 VM https://developer.apple.com/forums/thread/787500 I'm trying to setup a macOS 26 build environment in a VM (using UTM and the virtualization framework Apple provides). I have Xcode 26 installed and have logged into my Apple ID and verified that the team and other configuration looks fine in Xcode settings. When trying to build the macOS app, I see errors saying the VM's device ID has not been registered. I have confirmed that the device ID is registered both in the Provisioning portal AND the downloaded .provisionprofiles (in Library > Developer > Xcode > UserData). This problem appears on multiple targets (e.g. the main app and exte... Wed, 11 Jun 2025 00:46:52 GMT chockenberry Automatic Signing failed and Provisioning profile is missing the activitykit https://developer.apple.com/forums/thread/804785 I am a professor at the Mercer University School of Medicine (Macon, GA) and I teach a stress reduction course for first year medical students. I am developing an app to allow the students to trace their mediations as well as time them. Using ChatGPT with Xcode, I was able to get all the features in the app working except that the stopwatch timer would not continue when the iPhone goes to sleep. When ChatGPT made some changes, the build failed because automated signing failed and the com.apple developer.activity kit entitlement is missing I don’t see Live Activities in the capability section... Wed, 22 Oct 2025 20:44:00 GMT Bobxc11 Build errors when trying to upload to App Store Connect https://developer.apple.com/forums/thread/805010 Hello, I am trying to publish a simple app to the App Store for the first time, and I am getting these 2 errors. Please note the knowledge base URLs shown in the screenshot are not clickable. I think this should be addressed. Any guidance on how to correct these issues will be greatly appreciated. Sincerely, Anis Fri, 24 Oct 2025 11:04:25 GMT cloudleadanis iOS App Exists after launch https://developer.apple.com/forums/thread/804811 Hello, my iOS apps are exiting right after launch on a few of our iOS devices. I tried a couple of my apps that are deployed to our fleet and they do the same thing. If I run the app(s) in the Simulator it works fine and if I run the app(s) on the offending devices it works fine as well. Once I stop the run in Xcode the app on the device will not launch. I'm thinking something is missing like a certificate etc. Just not sure. Any ideas on how to troubleshoot this? I would really like to get this fixed. Wed, 22 Oct 2025 22:15:49 GMT cheizer Notarization Stuck "In Progress" https://developer.apple.com/forums/thread/804847 Hello Colleagues, We have been seeing a delay in our Apple notarization submission that hangs for hours "in progress" without completing: This issue has been occurring since Friday, October 17th. We have also checked the Apple System Status page and there is no indication of any outage for Apple notarization. Thu, 23 Oct 2025 07:51:30 GMT Breakfast Signing & Capabilities related issue https://developer.apple.com/forums/thread/804841 I am using Automatically Manage Signing And I have registered my Mac UUID in developer account, but it is still giving me these errors - Device My Mac is not registered to your team Ai Glider Inc. Devices must be registered in order to run your code, but you do not have permission to register them. Please check with your team's admin. No profiles for 'com.aiexample.sebexample' were found Xcode couldn't find any Mac App Development provisioning profiles matching 'com.aiexample.sebexample'. Thu, 23 Oct 2025 06:07:36 GMT pawansingh00 Unable to Staple Notarization Ticket – SSL Certificate Mismatch for oscdn.apple.com https://developer.apple.com/forums/thread/794800 Hello Apple Support, While attempting to staple a notarization ticket for our signed installer package, the stapler command fails with Error 65. Upon investigation, we found that connections to oscdn.apple.com present an SSL certificate issued to a248.e.akamai.net, which does not include oscdn.apple.com in its Subject Alternative Name (SAN). This mismatch prevents our macOS environment from validating tickets and completing the stapling process. Steps tried: Verified notarization status (Accepted). DNS flushed, tried different DNS (8.8.8.8, 1.1.1.1). curl to oscdn.apple.com consistently fails... Mon, 28 Jul 2025 13:31:39 GMT Vigyanlabs Notarization Stuck "In Progress" https://developer.apple.com/forums/thread/773644 Notarization has been stuck for hours in "Current Status: In Progress...." Should I keep on waiting or restart the process. If I need to restart the process, how should I go about and do that? Sun, 02 Feb 2025 05:00:36 GMT Art_Vista Unable to test my apps, crashing with provisioning profile validation https://developer.apple.com/forums/thread/804835 Since around September (iOS 26 release), i'm unable to test my app normally. It says "internet connection is required to verify [my certificate id]", or just crashing. All terms and conditions accepted, everything is valid, certificates are OK. Reinstallation via xcode does not help. Removal of provisioning profile, generating new does not help. Revoking of certificate and generating new does for around week, then it happens again, but do i need to do it every week now? In logs i see the following: default amfid validation failed because of missing trust and/or authorization (0xe8008026) err... Thu, 23 Oct 2025 08:59:08 GMT Tonnew Failed Registering Bundle Identifier of watch app https://developer.apple.com/forums/thread/767280 Hi, after 2 years of not updating my app on appstore i wanted to submit an update for my iOS app which also containts a watch app target. When i try to submit it to upload it i get the following errors: Failed registering bundle identifier The app identifier "(myappBundleID).watchkitapp" cannot be registered to your development team because it is nit available. Change your bundle identifier to a unique string to try again. No Profiles for "(myappBundleID).watchkitapp" were found. Xcode culdn't find any iOS App Store provisining profiles matching "(myappBundleID).watchkitapp" Since i have my ap... Mon, 28 Oct 2024 06:32:38 GMT Volker88 codesign stubbornly failing https://developer.apple.com/forums/thread/802464 I'm trying to sign a .app package coming from Py2app. Unfortunately I keep running into the same two issues: The binary is not signed with a valid Developer ID certificate. and The signature does not include a secure timestamp. I tried everything, from recreating the signatures, with different arguments, different keys and certificates, but it keeps complaining with these two errors on a long list of files. For reference I added the python script I use for signing the files. code_singing.py Mon, 29 Sep 2025 14:41:58 GMT dreisicht