1

I am trying to receive Firebase push notification in background on iOS device, using notification composer. As I see it is impossible without adding "content_available" : true to aps payload as stated in this answer.

In notification composer there is advanced options -> custom data, but writing "content_available" : true there includes it not into "aps", but in the whole received data.

How to make it appear in the aps?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807

1 Answers1

0

If there is someone wondering as well, as answered on GitHub by Firebase, this is impossible. Use HHTTP protocol or one of the Admin SDKs.

I ended up using Postman - pretty easy and you can include all the keys this way :)