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