Android Push Notifications Crashes App #4450
-
I am pretty sure this isn't a bug, but me missing something and I have no idea what. This use to all work just fine until the current update, we were preparing to deploy and then we found this. Whenever we call This is the error I get when it crashes:
I have no idea what is causing this, I've gone as far as completely rebuilding the android app from scratch and it still happens. I am using NuxtJS, this update more or less change the entire code as I was adding Dark Mode. I also upgraded firebase in this update, but from what I understand Anyway as stated I was using Edit:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I've figured it out. I have no idea why this is causing this bug or where to post the bug, but it is a bug unless it has something to do with the plugin |
Beta Was this translation helpful? Give feedback.
I've figured it out. I have no idea why this is causing this bug or where to post the bug, but it is a bug unless it has something to do with the plugin
cordova-plugin-purchases
if it is on2.0.0
or greater it causes it. Maybe2.0.0
or later is for Capacitor 3 but I don't see a place in the plugin where it says that is for Capacitor 3. Changing it back to1.3.2
has fixed the problem for me.