Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest Postman on Mac is not notarized by an Apple Developer account #13363

Open
1 task done
vcommero opened this issue Dec 19, 2024 · 1 comment
Open
1 task done

Latest Postman on Mac is not notarized by an Apple Developer account #13363

vcommero opened this issue Dec 19, 2024 · 1 comment
Assignees
Labels
platform/macOS macOS specific issues

Comments

@vcommero
Copy link

vcommero commented Dec 19, 2024

Is there an existing issue for this?

  • I have searched the tracker for existing similar issues and I know that duplicates will be closed

Describe the Issue

There seems to be an issue with Postman desktop for MacOS where the application cannot be opened and presents an error with "'Postman' can't be opened because Apple cannot check it for malicious software." After doing some digging, I ran the command 'spctl -a -vvv -t install Postman.app' on the app and got this response:
Postman.app: rejected source=Unnotarized Developer ID origin=Developer ID Application: Postdot Technologies, Inc (H7H8Q7M5CK)
So looks like the application is not notarized by an Apple Developer account. I've tried both the latest version on the official Postman site (v11.23.1 as of this post) and the latest version available on homebrew (v11.21.0) and was unable to open either version and found both versions were unnotarized. This is preventing Postman desktop from being used on Macs where the user doesn't have necessary permissions to allow security exceptions.

Steps To Reproduce

  1. Download the latest official release from the website or install through homebrew on a Mac system.
  2. Attempt to open and run the application.
  3. You should be presented with an error dialog with "'Postman' can't be opened because Apple cannot check it for malicious software."
  4. Running 'spctl -a -vvv -t install Postman.app' on the app should fail and indicate the app is unnotarized.

Screenshots or Videos

No response

Operating System

macOS

Postman Version

11.23.1

Postman Platform

Postman App

User Account Type

Signed In User

Additional Context?

No response

@tony-go
Copy link
Member

tony-go commented Dec 20, 2024

Hey @vcommero 👋🏼

Thanks for reporting this issue. To help us investigate, could you please share:

  1. Your macOS version
  2. Your Xcode version (you can check this by running xcodebuild -version in Terminal)
  3. The output of the following command: xattr -p com.apple.quarantine Postman.app
  4. Do you use any anti-virus on?

This information will help us better understand and address your problem.


I checked for locally for Sonoma 15.1 and Postman 11.23.1:

❯ plutil -p Postman.app/Contents/Info.plist | grep CFBundleVersion
  "CFBundleVersion" => "11.23.1"
❯ spctl -a -vvv -t exec Postman.app
Postman 2.app: accepted
source=Notarized Developer ID
origin=Developer ID Application: Postdot Technologies, Inc (H7H8Q7M5CK)

@tony-go tony-go self-assigned this Dec 20, 2024
@tony-go tony-go added the platform/macOS macOS specific issues label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform/macOS macOS specific issues
Projects
None yet
Development

No branches or pull requests

2 participants