iOS周りの証明書
参考
何種類ある?
どうやって発行できる?
期限は?
どこに情報がまとまっている?
ドキュメントが読みたい
アカウントが同一であれば、どのPCからも更新できる?
時期によってどれぐらいかわっているのか?
例えば、2022年現在に2013年の記事を読んで参考になるのかどうか
少なくともUIは割と頻繁に変わるらしい
証明書とProfileって同じ?
違う
なんでAndroidに比べてこんなに煩雑なのか?
Androidは何らかのセキュリティリスクを妥協している?
署名関連の話わからん
大きな分類
開発用証明書
Sign development versions of your iOS app.
本番用証明書
Sign and send updates to passes in Wallet.
Sign and send updates for Websites.
Establish connectivity between your notification server, the Apple Push Notification service sandbox, and production environment to update ClockKit complication data. When utilizing HTTP/2, the same certificate can be used to deliver app notifications, update ClockKit complication data, and alert background VoIP apps of incoming activity. A separate certificate is required for each app you distribute.
Establish connectivity between your notification server, the Apple Push Notification service sandbox, and production environment to alert background VoIP apps of incoming activity. A separate certificate is required for each app you distribute.
よくわからんので未分類
Software
Sign development versions of your iOS, macOS, tvOS, and watchOS apps.
For use in Xcode 11 or later.
Sign your apps for submission to the App Store or for Ad Hoc distribution.
For use with Xcode 11 or later.
Sign development versions of your Mac app.
This certificate is used to code sign your app and configure a Distribution Provisioning Profile for submission to the Mac App Store.
This certificate is used to sign your app's Installer Package for submission to the Mac App Store.
This certificate is used to code sign your app for distribution outside of the Mac App Store.
This operation can only be performed by the Account Holder.
Services
Sign Swift Package Collections for distribution.
Decrypt app transaction data sent by Apple to a merchant/developer.
A client TLS certificate that is used to authenticate you to Apple Pay Payment Processing Servers
Your team's Account Holder needs to accept the agreement 'Apple Pay Platform Web Merchant Terms and Conditions'.
2022/5/5現在
https://gyazo.com/53558b6a9cf2bad9d08d9dbd27699ea3
「Apple」と「iOS App」と「Mac App」の違いってなに #?? 後者2つはわかるけど、Appleってなんだよ
なんでServicesの方にだけ「Certificate」ってついている?
Softwareの方もcertificateなんじゃないのか?
SoftwareとServiceの違いって何?