iOS Standalone App and Background Location

Hi everyone,
I tried to make a IOS standalone build of the app using expo-cli (sdk 33), but in the test phase I get the following error:
Background Location has not been configured. To enable it, add location to UIBackgroundModes in Info.plist file.
Is the background location expected to be re-enabled on the standalone build system or do I have to build the app locally without using the expo-cli service?

Hi @radixdev!

This section describes the permissions configuration needed for background location.

Background location is enabled on the standalone build system, it just isn’t available on the Expo iOS client. However, you can always use a custom Expo client for iOS if you are looking to test background location functionality

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