php-fcm
php-fcm copied to clipboard
content_available field
Not sure if this is an issue on your side or on my side, but my iOS app (built in Unity and using Firebase Messaging SDK) does not receive any data messages unless I add:
$request['content_available'] = true;
to the Notification / Data object. (Android works perfectly fine without it)
Thanks for creating your first issue on php-fcm