Post

Replies

Boosts

Views

Activity

Reply to Notarization services is not returning notarization status
Hi @DTS Engineer, I have put the verbose output log from xcrun command to give some information on what is happening. I have put the log on "quote" option provided in the reply. Looks like all our notarization request for different packages has been put for "in-depth analysis". This makes our deliverables or commitments to customers in trouble. Not sure why Apple is giving such surprises in production systems without giving intimation to users who use those systems. Our request which is "In progress" status has passed 48 hours (its used to finish in 10 minutes). Waiting for few more days is going to affect our business. Is there anything we can do from our side to expedite the process? regards Prema Kumar
Topic: Code Signing SubTopic: Notarization Tags:
Mar ’26
Reply to Notarization submissions stuck in “In Progress” for >24 hours (CI / REST API) – production impact
Hi @DTS Engineer , We are also facing the same issue. Notarization requests are in pending state for days. We were notarizing the applications since notarization process was introduced by Apple. So, I don't think, my case will fall under #1 and #2. Requests are pending from 11 March 2026. I would request Apple team to look at this and resolve this issue at the earliest. Multiline Successfully received submission history. history -------------------------------------------------- createdDate: 2026-03-13T04:24:47.936Z id: e910da03-6e2d-4994-b66b-3938f39e1b58 name: Fiery Remote Scan.dmg status: In Progress -------------------------------------------------- createdDate: 2026-03-12T08:46:48.761Z id: dc619a13-da5b-42fe-9b2b-afcadf078bc0 name: Fiery Remote Scan.dmg status: In Progress -------------------------------------------------- createdDate: 2026-03-12T08:29:10.412Z id: 8e0408ac-0de4-4f13-b74f-461a1d763d0c name: Fiery Remote Scan.dmg status: In Progress -------------------------------------------------- createdDate: 2026-03-12T08:28:33.710Z id: 35d2b2d3-05ac-4e11-9932-7be60eadb25e name: Fiery Remote Scan.dmg status: In Progress -------------------------------------------------- createdDate: 2026-03-12T08:15:53.553Z id: ebeeb301-c39a-46a1-9248-1b5df3615a15 name: Fiery Remote Scan.dmg status: In Progress -------------------------------------------------- createdDate: 2026-03-11T17:43:17.266Z id: 6446ef79-3c62-4a67-90b9-83ade2ebe573 name: Fiery Applications.dmg status: In Progress -------------------------------------------------- createdDate: 2026-03-11T17:41:38.695Z id: 93fbf440-851e-42c2-bafc-66d8471078d4 name: Fiery Printer Driver.dmg status: Accepted BlockQuote Regards Prema Kumar
Mar ’26
Reply to Installer packages are failing to install on macOS26.1
Hi @roth-izo , You have to use productbuild command to create an archive which will bundle all the child packages inside and create a main archive. productbuild --synthesize --package pkg1 --package pkg2 path/distribution.dist Once the distribution.dist file is created, you can use following command to create the final package. productbuild --distribution path/distribution.dist --package-path <path to pkg1, pkg2> --identifier com.xxx.xxx --version xxxx --sign "xxxx --timestamp /Package.pkg In the distribution.dist you can put other restriction you need. Please refer https://developer.apple.com/library/archive/documentation/DeveloperTools/Reference/DistributionDefinitionRef/Chapters/Distribution_XML_Ref.html regards Prema Kumar
Dec ’25
Reply to Installer packages are failing to install on macOS26.1
Hi Quinn, Thank you for the support. I am not able to include the resources folder inside the archive using the --resources option of productbuild command. Following is the command I am trying. productbuild --distribution distribution.dist --package-path cont --resources /path/resource --identifier com.abcd --version 7.2.0.01 --sign "Developer ID Installer: xxx" --timestamp test.pkg There is no error in building. After the build, if I expand the .pkg file, Resources are not included. Could you please help on this? regards Prema Kumar
Nov ’25
Reply to Accept incoming network connections?
Hi @DTS Engineer , I could identify the root cause. We have changed the developer certificate recently with a new company name. When the older applications were installed, corresponding firewall entries were added to exception list. When new version of the same application with new certificates gets installed, the firewall entries were not modified for the new applications. Hence the popup was coming. When I have removed the older firewall entries, and reinstalled the applications, the issues got resolved. Regards Premak
Aug ’24
Reply to Notarization services is not returning notarization status
Hi @DTS Engineer , All the requests are processed. Will this (in-depth analysis) can trigger again on our new uploads? Or system will do take care this because it has already gone through in-depth analysis. regards Prema Kumar
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Mar ’26
Reply to Notarization services is not returning notarization status
Hi @DTS Engineer, I have put the verbose output log from xcrun command to give some information on what is happening. I have put the log on "quote" option provided in the reply. Looks like all our notarization request for different packages has been put for "in-depth analysis". This makes our deliverables or commitments to customers in trouble. Not sure why Apple is giving such surprises in production systems without giving intimation to users who use those systems. Our request which is "In progress" status has passed 48 hours (its used to finish in 10 minutes). Waiting for few more days is going to affect our business. Is there anything we can do from our side to expedite the process? regards Prema Kumar
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Mar ’26
Reply to Title Notarization submissions stuck “In Progress” for 5+ days (SwiftUI macOS menu bar app)
Hi, Same for us as well. From March 11 (2026-03-11T17:43:17), all the submission are "In progress" status.
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Mar ’26
Reply to Notarization submissions stuck in “In Progress” for >24 hours (CI / REST API) – production impact
Hi @DTS Engineer , We are also facing the same issue. Notarization requests are in pending state for days. We were notarizing the applications since notarization process was introduced by Apple. So, I don't think, my case will fall under #1 and #2. Requests are pending from 11 March 2026. I would request Apple team to look at this and resolve this issue at the earliest. Multiline Successfully received submission history. history -------------------------------------------------- createdDate: 2026-03-13T04:24:47.936Z id: e910da03-6e2d-4994-b66b-3938f39e1b58 name: Fiery Remote Scan.dmg status: In Progress -------------------------------------------------- createdDate: 2026-03-12T08:46:48.761Z id: dc619a13-da5b-42fe-9b2b-afcadf078bc0 name: Fiery Remote Scan.dmg status: In Progress -------------------------------------------------- createdDate: 2026-03-12T08:29:10.412Z id: 8e0408ac-0de4-4f13-b74f-461a1d763d0c name: Fiery Remote Scan.dmg status: In Progress -------------------------------------------------- createdDate: 2026-03-12T08:28:33.710Z id: 35d2b2d3-05ac-4e11-9932-7be60eadb25e name: Fiery Remote Scan.dmg status: In Progress -------------------------------------------------- createdDate: 2026-03-12T08:15:53.553Z id: ebeeb301-c39a-46a1-9248-1b5df3615a15 name: Fiery Remote Scan.dmg status: In Progress -------------------------------------------------- createdDate: 2026-03-11T17:43:17.266Z id: 6446ef79-3c62-4a67-90b9-83ade2ebe573 name: Fiery Applications.dmg status: In Progress -------------------------------------------------- createdDate: 2026-03-11T17:41:38.695Z id: 93fbf440-851e-42c2-bafc-66d8471078d4 name: Fiery Printer Driver.dmg status: Accepted BlockQuote Regards Prema Kumar
Replies
Boosts
Views
Activity
Mar ’26
Reply to Installer JS warning when try to read the version from /var/db/receipts folder
Hi, Any help is really appreciated. regards Prema Kumar
Replies
Boosts
Views
Activity
Dec ’25
Reply to Installer packages are failing to install on macOS26.1
Hi @roth-izo , You have to use productbuild command to create an archive which will bundle all the child packages inside and create a main archive. productbuild --synthesize --package pkg1 --package pkg2 path/distribution.dist Once the distribution.dist file is created, you can use following command to create the final package. productbuild --distribution path/distribution.dist --package-path <path to pkg1, pkg2> --identifier com.xxx.xxx --version xxxx --sign "xxxx --timestamp /Package.pkg In the distribution.dist you can put other restriction you need. Please refer https://developer.apple.com/library/archive/documentation/DeveloperTools/Reference/DistributionDefinitionRef/Chapters/Distribution_XML_Ref.html regards Prema Kumar
Replies
Boosts
Views
Activity
Dec ’25
Reply to Installer packages are failing to install on macOS26.1
Hi Quinn, Thank you for the support. I am not able to include the resources folder inside the archive using the --resources option of productbuild command. Following is the command I am trying. productbuild --distribution distribution.dist --package-path cont --resources /path/resource --identifier com.abcd --version 7.2.0.01 --sign "Developer ID Installer: xxx" --timestamp test.pkg There is no error in building. After the build, if I expand the .pkg file, Resources are not included. Could you please help on this? regards Prema Kumar
Replies
Boosts
Views
Activity
Nov ’25
Reply to Installer packages are failing to install on macOS26.1
Hi Quinn, Thank you. I was planning to use productbuild command to create nested packages. Could you please help on how to call preinstall and postinstall scripts in the packages created using productbuild command? regards Prema Kumar
Replies
Boosts
Views
Activity
Nov ’25
Reply to Installer packages are failing to install on macOS26.1
Hi @Quinn, Do you have any update on this issue? regards Prema Kumar
Replies
Boosts
Views
Activity
Nov ’25
Reply to Installer packages are failing to install on macOS26.1
Hi, Thank you for the support. Yes your understanding is correct. it fails in both the ways. regards Prema Kumar
Replies
Boosts
Views
Activity
Nov ’25
Reply to Installer packages are failing to install on macOS26.1
Hi, In the bug description, I have mentioned a link to download our package. Please let me if that is not part of the message. regards Prema Kumar
Replies
Boosts
Views
Activity
Nov ’25
Reply to Installer packages are failing to install on macOS26.1
Hi, Installation was working on build version 25B5042K. regards Prema Kumar
Replies
Boosts
Views
Activity
Nov ’25
Reply to Installer packages are failing to install on macOS26.1
Hi, Thank you for the reply. Yes, it is affecting the older version of the product which was released few months back. New and older version of the product works on macOS 26. Our software was working on beta version of the macOS 26.1 as well. Bug id is: FB20929578 Regards Prema Kumar
Replies
Boosts
Views
Activity
Nov ’25
Reply to Allow "App" to find the devices on local network?
Hi, Thank you for the quick response. Regards Prema Kumar
Replies
Boosts
Views
Activity
Aug ’24
Reply to Accept incoming network connections?
Hi @DTS Engineer , I could identify the root cause. We have changed the developer certificate recently with a new company name. When the older applications were installed, corresponding firewall entries were added to exception list. When new version of the same application with new certificates gets installed, the firewall entries were not modified for the new applications. Hence the popup was coming. When I have removed the older firewall entries, and reinstalled the applications, the issues got resolved. Regards Premak
Replies
Boosts
Views
Activity
Aug ’24