I am updating some applications in the application store to integrate Push notification, and I have problems with push ssl certificates.
When I created non-push applications, I used the wildcard App ID, for example myradio.* , And then I created a new explicit application identifier corresponding to the app package identifier, for example myradio.radioname .
I configured push with certificates, but havenβt used it at the moment, and now that I need to use these application identifiers, when I install SSL certificates for development and production, they lack a private key in Keychain. Maybe because I revoked my development certificate. But for some applications, everything works fine.
It is not possible to create another application identifier with the same suffix, and it is impossible to use an existing one, so you know how to update my applications?
source share