Git Product home page Git Product logo

Comments (8)

MuditaWijaya avatar MuditaWijaya commented on August 25, 2024

How can i get feedback or response from apple while send number of batch push notification to devices and one of them is failed ?

from laravel-push-notification.

simplenotezy avatar simplenotezy commented on August 25, 2024

I'd like this feature as well!

from laravel-push-notification.

simplenotezy avatar simplenotezy commented on August 25, 2024

Check my pull request here: #27

To get feedback from APNS do:

$push = PushNotification::app('MyApp')
                ->to($devices)
                ->send($message);

dd($push->getFeedback()); // the feedback

from laravel-push-notification.

MuditaWijaya avatar MuditaWijaya commented on August 25, 2024

Glad to know this method "getFeedback()". Thank you in advance.

from laravel-push-notification.

davibennun avatar davibennun commented on August 25, 2024

Pull request #27 by canfiax merged

from laravel-push-notification.

 avatar commented on August 25, 2024

Pusb is sent but getFeedback returns null. Why?

from laravel-push-notification.

mansouralex avatar mansouralex commented on August 25, 2024

What should be the response for getFeedback() method to consider that the notification has been sent successfully? Anybody?

from laravel-push-notification.

SumithraRajan avatar SumithraRajan commented on August 25, 2024

Notification service is working well... To get response message I'm using this code,
foreach ($collection->pushManager as $push) {
$response = $push->getAdapter()->getResponse();
}It is working well. But nowadays i didin't get any response from $push. $collection collect response but can't convert in to code

from laravel-push-notification.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.