Sevan

Results 15 comments of Sevan

I have had the same issue. Actually it worked for me few weeks ago and then it stopped working randomly. The notifications worked only when triggered instantly. But I've found...

Update: I have been able to make `admob-plus cordova` and `cordova-plugin-firebasex` work together with the following changes: ` ` in config.xml Deleted the row `apply plugin: 'kotlin-android-extensions'` in app/build.gradle (line...

Well, that's just a warning, so when the plugin will update to the latest SDK it should disappear, I guess.

I've got the same error, and I resolved it with the following steps: **On config.xml:** ``` ``` Then, on _\platforms\android\app\build.gradle:_ **Delete** the line 24: `apply plugin: 'kotlin-android-extensions'` I've created a...

> I have the same problem. When I call `getIdToken` it gives me the `undefined is not an object (evaluating t._canInitEmulator=!1)` error too (on Safari / iPhone only): I've noticed...

If you want, you can try my fork, which makes the plugin work for `Android 14+`: https://github.com/TheNotorius0/cordova-plugin-local-notification Keep in mind that this is a fork of the moodlemobile fork (https://github.com/moodlemobile/cordova-plugin-local-notification),...

> @TheNotorius0 Your's is not yet on NPM so it's a no-go with [volt.build.](https://volt.build) It seems that `moodlemobile` has released a new update: https://github.com/moodlemobile/cordova-plugin-local-notification. I'm still using my fork so...

Well, luckily I'm also using the cordova-plugin-firebasex Plugin, which supports the creation of channels, so I have never encountered that limitation.

From what I've seen: It's AES (256). The plugin generates a **CRYPT_KEY** and an **IV**. If you go to any online decryption website, and try to decrypt your own encrypted...

I've found this issue too and I **fixed** it. On iOS 16.4.1+ you should check for `result.device.name`. So, in your code (let's say you are doing a condition based on...