当前位置:网站首页>Make p12 certificate [easy to understand]
Make p12 certificate [easy to understand]
2022-07-02 15:45:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
establish App ID, Download the corresponding certificate , Double click certificate import mac, Export in the key chain p12 Certificate file . Using third-party push requires configuration p12 certificate . I remember publishing enterprises with enterprise certificates app Before packaging, I also imported p12 file , I do not know! p12 Whether it is necessary to use , But there's no problem importing them . Now the generation of Apple certificate , But the basic idea is the same , Be the same in essentials while differing in minor points . To generate an apple, first open Apple Developer website .
First click on Account Make a user name / Password login . As for Apple R & D certificate and release certificate, I made my early articles 《 Application and issuance of Apple certificate app》.MAC Of CSR For certificate making, see my previous article Make Apple Developer Certificate and MAC Of CSR certificate . Although the page changes a lot now , The general operation methods are still those .
Click on Certificates, Identifiers & Profiles Enter certificate management .
Click on App IDs You can see iOS App IDs. If you don't create yourself here app Of Bundle Identifier Corresponding App ID, Then click on this page ”+” establish .
Click on iOS App IDs The list corresponds to the one you want to generate p12 Of App ID, If you don't check Push Notifications, See the page above .
Click on Edit, If you don't check Push Notifications, See the page above .
Check Push Notifications, You can see the two yellow signs before you click Edit . Click Edit to see , Let you upload the blue highlighted text and button of the certificate .
Click on Creeate Certificate Button to see the above page .
Click on Continue Button
Click on Choose File Button , Select File , Click on Continue Button .
Only configuration Production SSL Certificate Of CSR The certificate shows the green activation status on the right , The text is displayed as Enabled, On the left is the Yellow status sign to be configured .
Configured with Production SSL Certificate and Development SSL Certificate Of CSR The certificate shows the green activation status on the right , The text is displayed as Enabled. Okay , The preparation and configuration before generating the certificate have been described above ,CSR The upload of the certificate is all introduced . Let's introduce , Download and generate certificates .
remember , To click Certificates Under the All,Development or Production. Not a little bit Provisioning Profiles Below All,Development or Distribution. I used to confuse these two certificates . You can see iOS Certificates list .
Select the certificate you want to download .Type The type is APNs Development iOS The code is the R & D certificate ,Apple Push Services On behalf of the production certificate . Click on Download Button to download the certificate . Download certificates generally mac Download folder , The official name is aps start , The suffix is cer. Find the downloaded certificate file , Double click Import Certificate to mac The computer , If your computer key chain is locked , You need to enter the password of the computer .
find Launchpad-> other -> Keychain access -> Click login -> Click Certificate -> Click where you need to export the certificate Apple Push Services certificate -> Right click mouse -> Select export from the pop-up menu ”Apple Push Services:**“.
Specify the certificate name , Click the store button .
Enter password and authentication . Click OK .
Enter the login password of your computer , Click allow to make p12 Certificate complete . You can copy this certificate to others or upload it to a push platform, such as a push p12 Where the papers are .
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/147653.html Link to the original text :https://javaforall.cn
边栏推荐
- Party History Documentary theme public welfare digital cultural and creative products officially launched
- 已知两种遍历序列构造二叉树
- Pytoch saves tensor to Mat file
- [development environment] install the Chinese language pack for the 2013 version of visual studio community (install test agents 2013 | install visual studio 2013 simplified Chinese)
- 数组和链表的区别浅析
- Bing. Site Internet
- PTA 天梯赛习题集 L2-001 城市间紧急救援
- Bing.com网站
- /bin/ld: 找不到 -lxml2
- Fiddler实现手机抓包——入门
猜你喜欢

Bing.com网站

《大学“电路分析基础”课程实验合集.实验五》丨线性有源二端网络等效电路的研究

《大学“电路分析基础”课程实验合集.实验七》丨正弦稳态电路的研究

03. Preliminary use of golang
![[development environment] install Visual Studio Ultimate 2013 development environment (download software | install software | run software)](/img/26/3f19d36c048e669c736e27384e0fa7.jpg)
[development environment] install Visual Studio Ultimate 2013 development environment (download software | install software | run software)
![[salesforce] how to confirm your salesforce version?](/img/ce/4c844b1b686397faa1b6aa3d57e034.png)
[salesforce] how to confirm your salesforce version?

动态规划入门二(5.647.62)

LeetCode刷题——递增的三元子序列#334#Medium

【LeetCode】1905-统计子岛屿
![[network security] network asset collection](/img/3e/6665b5af0dedfcbc7bd548cc486878.png)
[network security] network asset collection
随机推荐
/bin/ld: 找不到 -llz4
6.12 critical moment of Unified Process Platform
爱可可AI前沿推介(7.2)
2279. 装满石头的背包的最大数量
Add an empty column to spark dataframe - add an empty column to spark dataframe
Some problems about pytorch extension
高考录取分数线爬取
Leetcode skimming -- count the number of numbers with different numbers 357 medium
蚂蚁集团大规模图计算系统TuGraph通过国家级评测
2303. 计算应缴税款总额
Wechat Alipay account system and payment interface business process
(Video + graphic) machine learning introduction series - Chapter 5 machine learning practice
[leetcode] 417 - Pacific Atlantic current problem
(5) Flink's table API and SQL update mode and Kafka connector case
2279. Maximum number of backpacks filled with stones
Redux——详解
(4) Flink's table API and SQL table schema
【LeetCode】19-删除链表的倒数第N个结点
Finally, I understand the event loop, synchronous / asynchronous, micro task / macro task, and operation mechanism in JS (with test questions attached)
Leetcode question brushing - parity linked list 328 medium