Location.reverseGeocodeAsync(location) Crashing the app in android

I have a loop of data and I need to get the address of each entry using await Location.reverseGeocodeAsync(location);. It works on single request but if I set my function to loop it crashes the app? How can I get the address of each entry

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.