-
# Bug Report
Hi, Previously we always used the cordova-plugin-push but because it is deprecated we switched to havesource/cordova-plugin-push.
On android with GCM it works perfectly. But on ios with…
-
Below is my code for FCM
I tested it on an app a while and it worked like a charm but now for some reason, it's not working, can anyone of you help?
```php
$androidDevices[] = PushNotification::D…
-
## Your Environment
* Plugin version: 3.1.0
* Platform: iOS
* OS version: 13.6.1
* Device manufacturer and model: iPhone 11
* Running in Simulator: No
* Cordova version (`cordova -…
-
I'm able to configure the Azure Notification Hub with Cordova app. The code, I used is given below
```
pushNotification = PushNotification.init({
notificationHubPath: '',
conne…
-
I'm using subscribeToTopic for notification, but the notification didn't show both on android and iOS.
AndroidManifest.xml :
```
…
-
Hi,
I have an issue on iOS, indeed, the `onNotification` callback is not called when the app is launched and it was not on background or anything, just cold start with a click on a `notification`.
…
-
It seems like the message queue stops sending messages when you try to send a message with empty device identifier:
``` php
$pushNotifications = $this->container->get('rms_push_notifications');
$dev…
-
On iOS (don't know about Android) I noticed that if a token is invalid, any other tokens after that don't get any notifications either. So basically if you happened to have a wrong token inside a batc…
-
# Backstory
In the deep memo, I use automatic json-schema generation from d.ts files and then use it to auto-layout based on json-schema.
# Problem
## How it must work (In action-sheet page)
In …
-
**Describe the bug**
Context: React Native.
Issue: I'm trying to implement Push Impressions on the iOS platform by adding a new Notification Service Extension to the project and the application cra…