try this: given you have files as follow:
aps.cer, downloaded from Apple.
app.key, your own private key generated by openssl.
1st, convert the .cer file into .pem format:
openssl x509 -in aps.cer -inform DER -out aps.pem -outform PEM
2nd, use the .pem file and your private .key to generate .p12 file:
openssl pkcs12 -export -out aps.p12 -inkey app.key -in aps.pem
this should prompt to ask a password for this .p12 file.
CF:
aps_developer_identity.cer to p12 without having to export from Key Chain?
Related Posts:
- How to write C++ on Mac?
- Xcode – How to fix ‘NSUnknownKeyException’, reason: … this class is not key value coding-compliant for the key X” error?
- What are the difference between macOS and iOS?
- Alert”Developer tools access needs to take control of another process for debugging to continue.Type your password to allow this.”
- App iOS stuck on blank white screen when build release React Native
- iOS Simulator – Can’t log in with iCloud
- Load Animated gif in UIImageView IOS
- iOS: Random black screen when loading the app
- Drawing Hexagon grid in Cocos 2d-x
- iPhone system font
- libc++abi.dylib: terminating with uncaught exception of type NSException (lldb)
- libc++abi.dylib: terminating with uncaught exception of type NSException (lldb)
- Xcode 10.2.1 Command PhaseScriptExecution failed with a nonzero exit code
- Linker Command failed with exit code 1 (use -v to see invocation), Xcode 8, Swift 3
- Linker Command failed with exit code 1 (use -v to see invocation), Xcode 8, Swift 3
- A server with the specified hostname could not be found
- Where is redeem code for public link for TestFlight?
- How do you create a Swift Date object?
- Xcode 10, Command CodeSign failed with a nonzero exit code
- Swift 4 Attempt to present ViewController whose view is not in the window hierarchy
- Xcode couldn’t find any provisioning profiles matching
- Attempt to present UIViewController on UIViewController whose view is not in the window hierarchy
- symbol(s) not found for architecture x86_64 in xcode 10
- UITableView example for Swift
- Attempt to present UIViewController on UIViewController whose view is not in the window hierarchy
- Converting String to Int with Swift
- CFNetwork SSLHandshake failed (-9824) NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)
- Where is the variable “code” in SKError defined?
- Command CompileSwift failed with a nonzero exit code in Xcode 10
- Is there a private messaging UI (inbox, sent, compose) framework for iOS?
- ‘strcmp’ was not declared in this scope
- malloc: *** error: incorrect checksum for freed object – object was probably modified after being freed
- Always get build error : No such module ‘Alamofire’
- NSURLErrorDomain error codes description
- what does Error “Thread 1:EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)” mean?
- Duplicate symbols for architecture x86_64 under Xcode
- Print: Entry, “:CFBundleIdentifier”, Does Not Exist
- Date Format in Swift
- What the meaning of question mark ‘?’ in swift?
- Loaded nib but the ‘view’ outlet was not set
- Xcode 9 – “Fixed Width Constraints May Cause Clipping” and Other Localization Warnings
- iPhone 6 and 6 Plus Media Queries
- Got a EXC_CORPSE_NOTIFY symbol crash, how to track it?
- “Could not find any information for class named ViewController”
- warning: ‘characters’ is deprecated: Please use String or Substring directly
- com.apple.WebKit.WebContent drops 113 error: Could not find specified service
- Could not insert new outlet connection: Could not find any information for the class named
- What is the meaning of ‘No bundle URL present’ in react-native?
- Add a simple UIView as header of UICollectionView
- UIButton title text color
- Xcode: Could not locate device support files
- Remove alpha channel in an image
- Pod install is staying on “Setting up CocoaPods Master repo”
- Download Xcode simulator directly
- Swift Error: Variable used within its own initial value
- Could not load NIB in bundle
- Prepare for Segue in Swift
- Xcode error “Could not find Developer Disk Image”
- How to play a sound using Swift?
- IOS home screen icons: where put and what size?
- Visual List of iOS Fonts?
- How do I install pip on macOS or OS X?
- How can I run python in terminal on a mac?
- Enable OpenMP support in clang in Mac OS X (sierra & Mojave)
- How to view / open a calculator in mac OS X?
- How to uninstall Python 2.7 on a Mac OS X 10.6.4?
- You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory. (mac user)
- ImportError: No module named sklearn (Python)
- What’s a good hex editor/viewer for the Mac?
- bash: pip: command not found
- How to switch Python versions in Terminal?
- How to change default Python version?
- MpMovie Player not rotating to land scape mode
- Mongod complains that there is no /data/db folder
- How to install wget in macOS?
- Maven Install on Mac OS X
- editing PATH variable on mac
- keep getting “? Something is already running on port 3000” when I do npm start on react app
- How to set or change the default Java (JDK) version on macOS?
- CFNetwork SSLHandshake failed iOS 9
- How do I edit $PATH (.bash_profile) on OS X?
- OS X cp command in Terminal – No such file or directory
- tar: Unrecognized archive format error when trying to unpack flower_photos.tgz, TF tutorials on OSX
- keytool error bash: keytool: command not found
- Can’t connect to MySQL server on ‘127.0.0.1’ (61) on Mac
- Python: source code string cannot contain null bytes
- Mac install and open mysql using terminal
- Updating php version on mac
- how fix “this certificate cannot be verified up to a trusted certification authority”
- What is `S_ISREG()`, and what does it do?
- SQL Client for Mac OS X that works with MS SQL Server
- How do you stop MySQL on a Mac OS install?
- How can I display the current branch and folder path in terminal?
- Pip install on Mac OS gets error: command ‘/usr/bin/clang’ failed with exit code 1
- How do I install pip on macOS or OS X?
- How to query WordPress from another application?
- Whats the best Practice for using a different Theme for WebView Apps?
- Download user generated data from WordPress
- What is a Pem file and how does it differ from other OpenSSL Generated Key File Formats?
- IOS Ventura Safari 16.3 position fixed elements goes above scroll bar