php-fcm icon indicating copy to clipboard operation
php-fcm copied to clipboard

content_available field

Open nronaldvdberg opened this issue 3 years ago • 1 comments

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)

nronaldvdberg avatar Mar 07 '22 18:03 nronaldvdberg

Thanks for creating your first issue on php-fcm

github-actions[bot] avatar Mar 07 '22 18:03 github-actions[bot]