I am trying to implement this Appsflyer Uninstall Tracking feature: https://support.appsflyer.com/hc/en-us/articles/210289286?input_string=android+uninstall+tracking#Android-Uninstall
and it requires setting up a FCM service to handle silent push apparently. Problem is background services are restricted after API level 26: https://developer.android.com/guide/components/services
So how would this work? Am I missing something here? Tried searching for FCM and service background restrictions and found no discussions around that.