T.

Results 4 comments of T.

@BboyEcuachi you can use v.7.5.0. instead. The error doesn't appear in that version for me. `ionic cordova plugin add [email protected]` Also #241 solves the problem for me in v.7.7.0, but...

I think getInitialPayload() gets triggered when the app is opened by clicking on the notification from **killed state**, not background state. Killed state on ios means, that the app is...

What worked for me was adding version 7.5.0 manually before adding the platform ios. So: ``` ionic cordova plugin add [email protected] ``` and then add the platform ``` ionic cordova...

I submitted a pull request which solved the pod error for me: https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated/pull/241 Installing the newest version from my repository works without errors: `ionic cordova plugin add https://github.com/icemycoffee/cordova-plugin-fcm-with-dependecy-updated` As @xavax31...