FOREGROUND DATA SYNC PROBLEM

Hi Devs,

I am developing a mobile game for android which is targeting 35.

After packaging and upload to console, google says that i am using foreground service and in bundle detail i see foreground permissions in permissions sect. And google rejects the update.

But when i check manifest before package there is no foreground service permissions.

I am not adding foreground permissions and my app doesn’t have any feature that needs those permissions.

Why those permissions are added and i am getting this error?

Thanks.