Our company is going to develop InHouse apps signed with Enterprise certificate. The question is: how can we protect the certificate from being stolen/shared by our developers but at the same time let the developers use it to sign our app?
How to protect iOS p12 distribution certificate?
167 Views Asked by Daniil At
1
There are 1 best solutions below
Related Questions in IOS
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Is the transactionReceipt data present in dataWithContentsOfURL?
- UIWebView Screen Fitting Issue
- ZXingObjC encoding issues
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Slow performance on ipad erasing image
- Swift code with multiple NSDateFormatter - optimization
- iOS 8.3 Safari crashes on input type=file
- TTTTimeIntervalFormatter always returns strings in English
- How do I add multiple in app purchases in Swift Spritekit?
- Setup code for xibs in iOS. -awakFromNb:
- iOS Voice Over only reads out the title of any alert views
Related Questions in SECURITY
- Can MVC.NET prevent SQL-injection at razor or controller level?
- Forgotten password reset page: should the user need to enter a username/email as well?
- Dynamic roles list in CustomAuthorize ASP MVC
- Access roles from multiple applications
- How to Fix TLS CBC Incorrect Padding Abuse Vulnerability on Windows 2003 Server
- Evernote Web Clipper and Content Security Policy
- Invalidate user credentials when password changes
- Spring Boot MVC non-role based security
- Correct Captcha behaviour on error
- Is macro more secure than static const if I don't want someone to know or change the hardcode value?
- In Android, ensuring only pre-decided users can only use the app
- Authenticating plain text passwords against md5 hash in DB using Apache Shiro
- Symfony2 - handle HTTP/Entity user access restrictions
- Client side computation without exposing code?
- searchable row level encryption using java?
Related Questions in APPLE-DEVELOPER
- Ipa file exported with "save for development deployment" option will expire after 2 or 3 months?
- Apple ios distribution certificate has same apple id for 2 different distribution certificate
- How do you check if your signing identity is installed on another Mac? (Error: Your Account already has a valid iOS Distribution Certificate)
- Is there any way to reset the tunnel in iOS using NE Packet Tunnel Provider when switch between wifi and mobile data happens?
- In Xcode 12, In Info.plist file column expanding or resizing to zoom not working
- Apple Distribution Cert has expired
- Can't login to another account in xcode (This device is already associated with other accounts in the apple developer program)
- How to link a brand new Xcode project to an existing iOS app on App Store?
- Not able to fulfill "Guideline 3.2 - Business" while releasing app on App Store
- How can I fetch all events from all my calendars using EventKit and pyobjc
- Is there a way to determine the issue with the info.plist causing this crash?
- This app cannot be installed because its integrity could not be verified
- How we can access the Healthkit framework in .net MAUI app and access the HealthData
- Iphone Simulator as provisioning profile device
- No option to Renew membership of my already live app in Apple Developer Program
Related Questions in P12
- How to convert a p12 file into gateway.jks,cacerts.jks
- CURL request not working anymore with cert
- Cannot import pfx using Java
- Proper way to convert a base64 encoded string to p12 file using Java Android
- Import certificate on windows server 2012 fail
- How to protect iOS p12 distribution certificate?
- New to REST API and P12 certificates in Python and Requests
- Could it be that a P12 Certificate has restrictions regarding using it with Postman?
- Why Geting error while importing p12 file?
- Is there a way to install pkcs12 (p12) certificate in Ubuntu 18 or later?
- Mac: How to Correctly Import "Provisioning Profile" or Certificate into Keychain Access
- OpenSSL - Failed to create p12 from private key on bad decrypt
- Where does "ipsec import" store certificate file?
- OneSignal: Moving from p12 certificate to p8 certificate
- PKCS12_parse: unsupported - when running a ruby application as a service on the server
Related Questions in APPLE-DEVELOPER-ENTERPRISE
- How to protect iOS p12 distribution certificate?
- Applying for DUNS Number: 'Apple Tracking Number' and 'Purpose'
- iOS App distribution for enterprise( Distributing app to a client organisation)
- Error when login apple enterprise account in VS2022
- Apple business Manger account shows domain verification failed
- Apple developer Renew membership button is not showing in India country
- Distribute different version of an iOS app to different clients
- How to add "Sign In with Apple" functionality in iOS using Xcode
- How to enroll Apple Develop Programe
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trust your developers.
Or develop a workflow to send the unsigned app to some in-house authority that signs it and sends it back to the developers.
Or develop an in-house signing service that does the above automatically.