flyingcat42
flyingcat42
@jcourelscj @TinerfeV I did this to fix it for me https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated/issues/293#issuecomment-1377487961
@pankajjain15 1. Remove your plugin 2. Add plugin as per this comment's instructions https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated/issues/293#issuecomment-1377487961 3. Build 4. If build fails: Open \platforms\android\app\src\main\AndroidManifest.xml find "com.gae.scaffolder" add android:exported="true" to
@thepsion5 @dimitriscsd @kotran88 This fixed it for me https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated/issues/293#issuecomment-1377487961
Notifications started working @michal-kroliczek @marutifh. I started using getInitialPushPayload() to retrieve the tapped notification. `cordova plugin remove cordova-plugin-fcm-with-dependecy-updated` `cordova plugin add https://github.com/marutifh/cordova-plugin-fcm-with-dependecy-updated --variable ANDROID_DEFAULT_NOTIFICATION_ICON="@mipmap/ic_launcher" --variable ANDROID_FCM_VERSION="23.0.0" --variable ANDROID_FIREBASE_BOM_VERSION="29.0.1" --variable ANDROID_GOOGLE_SERVICES_VERSION="4.3.4"...
> I tried this, but notif for background/foreground still not working. For foreground: Inspect your cordova app with Chrome Inspector and try to shoot a notification (by pasting some code...