-
Im seeing these errors when trying to compile my project. Anyone seen these and solved it?
```
No visible @interface for 'PushNotifications' declares the selector 'unsubscribeWithInterest:error:co…
-
I wanted to ask you why you are sending an AndroidMessage here?
https://github.com/fre5h/FirebaseCloudMessagingBundle/blob/master/Command/FirebaseSendTestMessageCommand.php#L69
Are AndroidMessages …
-
![Capture](https://user-images.githubusercontent.com/45566810/68991648-6ec76f00-0893-11ea-9bfb-398369caa345.PNG)
hello, I used beam to push the notification from web django to android but when the …
-
## Error in tinyrobot
**Error** in **src/utils/pushNotifications.ts:27**
Native module cannot be null.
[View on Bugsnag](https://app.bugsnag.com/hippware/tinyrobot-1/errors/5d71053351d0f5001a986ddf?…
-
## Problem Description
I have the same problem here. The same problem occurs with the packaging of my app using SDK 33.1.1.63. On Android, ANE will become NULL, and on iOS, it will crash.
## Know…
-
Is this module related to r-n-Firebase or not?
Can I, for instance, register to fireabase nototification topics without it ?
-
-
We have a use case when we send a category in a silent push:
"aps" : {
"category": "myCategory",
"content-available" : 1
}
It may seem it doesn't make sense, but our logic…
-
I just installed it as in the README but I get this `Use of unresolved identifier 'Instance'`
in the `@objc public final class PushNotifications: NSObject `
I use latest xcode 9 with swift 4 for …
-
I have published the package's configuration file to my app's config directory, using:
`php artisan vendor:publish --provider="Edujugon\PushNotification\Providers\PushNotificationServiceProvider" --…