Edujugon / PushNotification

PHP and Laravel Package to send push notifications to Android and IOS devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not showing when the App is open

BrunoCamarda opened this issue · comments

My app only show a push if it is in background. When i'm using the app, the push is not shown.

On Log, the getFeedback() returns a success case.

So, my question is: is this the expected?

If the logs returns success, it means that the notification was sent out, I would check the client app and how to handle those notifications on those different cases..

Ok. Thanks! ^_^