Apple Push Notifications (Apns)

Hello,

does anybody already send Push Notifications to Apple using YII 2?

Thanks,

Urkman

Are you talking about this class/library?

Yes :)

I found this, but this is for YII 1:

http://www.yiiframework.com/forum/index.php/topic/33682-yii-easyapns/

AFAIK… no Yii2 extension exists for a similar one yet … but since that is PHP, you can just copy it down to your components or some similar directory and create a wrapper extension/class for reuse for your app.

Thanks :)

Check this out for Yii2 bryglen/yii2-apns-gcm in GitHub.

(Sorry I’m not allowed to post links, hence the name of the github repo)