-
```
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"bryglen/yii2-apns-gcm": "1.0.0" or "dev-master"
},
```
Pr…
-
How to get sending operation errors/debug information in Model/Controller which using your extension?
-
Hi Guys,
I am really interested in your Push Client package.
Can you tell me how we get the value for
```
GCMSenderId : 'put-your-google-cloud-messaging-sender-id-here'
```
How do we configure th…
-
Bah! Why won't production Just Work and leave me alone? :-(
Tonight:
```
+ git push rhcloud origin/gh-pages:master
Counting objects: 18, done.
Delta compression using up to 4 threads.
Compressing o…
-
✗ php composer.phar update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packag…
-
In both [Apns::getServiceMessageFromOrigin](https://github.com/Ph3nol/NotificationPusher/blob/ccd5ff25e1d8c97663a935592c27b8b7de975e27/src/Sly/NotificationPusher/Adapter/Apns.php#L129) and [Gcm::getSe…
-
Hi, im newbie in github. I have started to develop my application using yii2, and push it to my github account so that i can pull them to my client's server, it was really convenient so i don have to …
-
Hello,
About Android and IOS is it possible to send a notification by user for one application ?
If yes how can I do please ?
Exemple: I have an application A installed in mobile user A1 and user A2…
-
As per apple's best practice guidlines:
```
When sending notifications, avoid opening and closing the connection with the APN
service with each notification. Instead, keep your connection to the APN…
-
https://github.com/phonegap-build/PushPlugin/commit/e5ecdc651c1ad6d4c2efc250d17c94f9c2a4b0b3
https://github.com/phonegap-build/PushPlugin/issues/207