ios

provisioning profile does not include the provided signing certificate

Confirm the certificate is in the .mobileprovision by opening the provisioning profile in a text editor and searching for the cert output by;

plaintext
openssl pkcs12 -info -in <your-keystore>.p12

mobileprovision cli commands

base64 encode for github secret

shell
openssl base64 -in ~/Downloads/myapp.mobileprovision -A

view details

shell
security cms -D -i ~/Downloads/myapp.mobileprovision

iOS PWA Compatibility

See iOS PWA Compatibility for details.

posts