i have created messaging service, also created php file from this file i send push notification.
issue is in case user is offline and comes after some time , in this case my push notification not hold.
how to hold push notification.

My first thought is the code would look something like this pseudo-code:

if UserIsOnline then send message
Else add message to a queue to send later.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.