Ph3nol / NotificationPusher

Standalone PHP library for easy devices notifications push.
MIT License
1.18k stars 274 forks source link

please add support mutable-content into message. #136

Open shailesh-ladumor opened 7 years ago

shailesh-ladumor commented 7 years ago

$message = new Message('This is push.', array( 'badge' => 2, mutable-content=>true))

seyfer commented 7 years ago

@ShaileshLadumoR, I'm not sure if https://github.com/zendframework/ZendService_Apple_Apns supports it. Would need to check.

seyfer commented 7 years ago

Seems like they are not merged it yet https://github.com/zendframework/ZendService_Apple_Apns/issues/56

seyfer commented 4 years ago

@shailesh-ladumor it was merged in Zend and these library dependencies will be updated in https://github.com/Ph3nol/NotificationPusher/pull/195 you can add your PR after