When (which status) does a push notification count towards plan limits?

Hi team,

I am curious to know when a push notification is counted towards the plan limit.

For example is it as soon as the API call is made?
i.e MessageStatus status = Backendless.Messaging.publish( “this is a private message!”,
publishOptions,
deliveryOptions );

Or is it on successful delivery of the notification?

If a notification is scheduled but never gets delivered, does it count?

Many thanks,
Mitch

Hi Mitchell,
API call is counted when it made, not when notification received (does not matter received or not).

So:

Yes, it counts.

Regards,
Stan

Thanks Stan. You should update documentation with this information