I am trying to implement silent remote condition on CLIENT SIDE.
Basically, I will receive a notification from the server and once I received, I will decide whether to silent the notification depends on some conditions before user device get notified.
So instead of setting content-available on server side, I wondering if there's any way to implement this on client side (iOS Swift code)?