Ahmet Emin Kayar

Results 7 comments of Ahmet Emin Kayar

I was having the same issue and it fixed after I updated to [5.0.0-rc.10] version thanks @andreialecu :)

> Our app is never tracking user's location in the background on production and it's heavily impacting us since it's vital to our product, the plugin is configured properly >...

> @aeminkyr The fix has been published in `expo-task-manager` `11.8.2`. Are you using that version and the updates are still not working for you? My app is using expo sdk...

`"enableProguardInReleaseBuilds": false` After a long time I found a solution. Proguard is causing this problem, after disabling it the task is registered and runs as expected.

> @aeminkyr Can you share your "plugins" section ? ```javascript "plugins": [ "expo-font", "expo-updates", [ "expo-notifications" ], [ "expo-build-properties", { "android": { "enableProguardInReleaseBuilds": false } } ], [ "expo-location", {...