Joseph IACOPETTA a ajouté un commentaire,
Hi,Here is how I managed to decrypt a remote notification with the extension service. In your two targets (Main app and extension) add the "keychain sharing" capability with the same group name ...
Joseph IACOPETTA a ajouté un commentaire,
Hello Apurva, Yes, you're right. The right command is : openssl rsa -in MyKey.pem -out MyKey-noenc.pem (remove passphrase) After that you can combine this unencrypted key with your pem certifica...
Joseph IACOPETTA a ajouté un commentaire,
Hello Teena, Your application must be "Push ready" if you want to receive a call in background mode. Apple documentation : https://developer.apple.com/notifications/ How to setup your app on Rain...