Joseph IACOPETTA hizo un comentario,
Hello Mr Spisak,First of all, thank you for reporting this problem and for your patience.We have detected a behaviour change in openssl command line tool that leads to the generation of an invalid ...
Joseph IACOPETTA hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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...