You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not send an `alert` to the server would result in a "silent" notification. Can be useful for notifications that the user shouldn't see.
Read more about silent notifications here: https://stackoverflow.com/a/8949642/560745Closeswebwarejp#20
Ability to send "silent" notifications to iOS devices.
https://stackoverflow.com/a/8949642/560745
At
AppleNotification.php:61
we should check if$this->alert
is empty:The text was updated successfully, but these errors were encountered: