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;
openssl pkcs12 -info -in <your-keystore>.p12
signing and versioning iOS and Android apps
mobileprovision cli commands
base64 encode for github secret
openssl base64 -in ~/Downloads/myapp.mobileprovision -A
view details
security cms -D -i ~/Downloads/myapp.mobileprovision
iOS PWA Compatibility
See iOS PWA Compatibility for details.